summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index b6e7f84..a21e578 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -17,27 +17,27 @@
#include <cmath>
#include <sstream>
-#include "Patchage.h"
-#include "PatchageEvent.h"
#include "../../config/config.h"
#include <libgnomecanvasmm.h>
#include <libglademm/xml.h>
#include <fstream>
#include <pthread.h>
-#include "StateManager.h"
-#include "PatchageCanvas.h"
#include <jack/statistics.h>
-#include "JackDriver.h"
-#include "JackSettingsDialog.h"
+#include "Patchage.hpp"
+#include "PatchageEvent.hpp"
+#include "StateManager.hpp"
+#include "PatchageCanvas.hpp"
+#include "JackDriver.hpp"
+#include "JackSettingsDialog.hpp"
#ifdef HAVE_LASH
-#include "LashDriver.h"
+#include "LashDriver.hpp"
#endif
#ifdef HAVE_ALSA
-#include "AlsaDriver.h"
+#include "AlsaDriver.hpp"
#endif
// FIXME: include to avoid undefined reference to boost SP debug hooks stuff
-#include <raul/SharedPtr.h>
+#include <raul/SharedPtr.hpp>