summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/JackDbusDriver.hpp2
-rw-r--r--src/JackDriver.hpp1
-rw-r--r--src/PatchageEvent.hpp2
-rw-r--r--src/PatchageModule.hpp1
-rw-r--r--src/main.cpp2
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>