mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
Remove unnecessary includes.
This commit is contained in:
parent
60a045271e
commit
e1e2b919c3
2 changed files with 0 additions and 3 deletions
|
|
@ -19,7 +19,6 @@
|
||||||
#ifndef EVORAL_EVENT_HPP
|
#ifndef EVORAL_EVENT_HPP
|
||||||
#define EVORAL_EVENT_HPP
|
#define EVORAL_EVENT_HPP
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,6 @@
|
||||||
#ifndef EVORAL_SMF_HPP
|
#ifndef EVORAL_SMF_HPP
|
||||||
#define EVORAL_SMF_HPP
|
#define EVORAL_SMF_HPP
|
||||||
|
|
||||||
#include <cassert>
|
|
||||||
|
|
||||||
#include <glibmm/threads.h>
|
#include <glibmm/threads.h>
|
||||||
|
|
||||||
#include "evoral/visibility.h"
|
#include "evoral/visibility.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue