From 548584572ef2d755391dd3b2e2f901453ddc1016 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Dec 2008 08:45:46 +0000 Subject: Trim include dependency tree. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1870 a436a847-0d15-0410-975c-d299462d15a1 --- src/JackDbusDriver.hpp | 2 -- src/JackDriver.hpp | 1 - src/PatchageEvent.hpp | 2 +- src/PatchageModule.hpp | 1 + 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 #include #include -#include "raul/AtomicPtr.hpp" #include - #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 #include #include -#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 #ifdef USE_LIBJACK #include #endif -#include "config.h" #ifdef HAVE_ALSA #include #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 #include #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 #include #include -- cgit v1.2.1