diff options
author | David Robillard <d@drobilla.net> | 2008-12-16 08:45:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-12-16 08:45:46 +0000 |
commit | 548584572ef2d755391dd3b2e2f901453ddc1016 (patch) | |
tree | 981b0f19d78d377b690cdf8a5bb15702b0eeacf9 | |
parent | 69062548585040d7b52ce2808921bdee955814b7 (diff) | |
download | patchage-548584572ef2d755391dd3b2e2f901453ddc1016.tar.gz patchage-548584572ef2d755391dd3b2e2f901453ddc1016.tar.bz2 patchage-548584572ef2d755391dd3b2e2f901453ddc1016.zip |
Trim include dependency tree.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1870 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | src/JackDbusDriver.hpp | 2 | ||||
-rw-r--r-- | src/JackDriver.hpp | 1 | ||||
-rw-r--r-- | src/PatchageEvent.hpp | 2 | ||||
-rw-r--r-- | src/PatchageModule.hpp | 1 | ||||
-rw-r--r-- | src/main.cpp | 2 |
5 files changed, 2 insertions, 6 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp index f6a598b..932f14f 100644 --- a/src/JackDbusDriver.hpp +++ b/src/JackDbusDriver.hpp @@ -23,9 +23,7 @@ #include <jack/jack.h> #include <jack/statistics.h> #include <glibmm/thread.h> -#include "raul/AtomicPtr.hpp" #include <dbus/dbus.h> - #include "Driver.hpp" #include "Patchage.hpp" #include "PatchageModule.hpp" diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index f65dd36..698ed39 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -23,7 +23,6 @@ #include <jack/jack.h> #include <jack/statistics.h> #include <glibmm/thread.h> -#include "raul/AtomicPtr.hpp" #include "Driver.hpp" class Patchage; class PatchageEvent; diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index 2971651..d1e59a6 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -18,11 +18,11 @@ #ifndef PATCHAGE_PATCHAGEEVENT_HPP #define PATCHAGE_PATCHAGEEVENT_HPP +#include "config.h" #include <cstring> #ifdef USE_LIBJACK #include <jack/jack.h> #endif -#include "config.h" #ifdef HAVE_ALSA #include <alsa/asoundlib.h> #endif diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 1bf59fd..c2789fa 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -18,6 +18,7 @@ #ifndef PATCHAGE_PATCHAGEMODULE_HPP #define PATCHAGE_PATCHAGEMODULE_HPP +#include "config.h" #include <string> #include <libgnomecanvasmm.h> #ifdef HAVE_ALSA diff --git a/src/main.cpp b/src/main.cpp index a37d682..e8f379a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,8 +15,6 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" - #include <iostream> #include <libgnomecanvasmm.h> #include <glibmm/exception.h> |