summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/JackDbusDriver.cpp2
-rw-r--r--src/JackDriver.cpp2
-rw-r--r--src/Patchage.cpp2
-rw-r--r--src/Patchage.hpp2
-rw-r--r--src/PatchageCanvas.cpp2
-rw-r--r--src/PatchageCanvas.hpp2
-rw-r--r--src/PatchageEvent.cpp2
-rw-r--r--src/PatchageEvent.hpp2
-rw-r--r--src/PatchagePort.hpp2
-rw-r--r--src/PortID.hpp2
-rw-r--r--src/UIFile.hpp2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/JackDbusDriver.cpp b/src/JackDbusDriver.cpp
index 67c22ff..0c629cd 100644
--- a/src/JackDbusDriver.cpp
+++ b/src/JackDbusDriver.cpp
@@ -19,7 +19,7 @@
#include <string>
#include <set>
-#include "patchage-config.h"
+#include "patchage_config.h"
#include <glib.h>
#include <dbus/dbus.h>
diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp
index 4d2411f..c3f16d7 100644
--- a/src/JackDriver.cpp
+++ b/src/JackDriver.cpp
@@ -30,7 +30,7 @@
#include "PatchageEvent.hpp"
#include "PatchageModule.hpp"
#include "Queue.hpp"
-#include "patchage-config.h"
+#include "patchage_config.h"
using std::endl;
using std::string;
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 8ed0467..3062a95 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -34,7 +34,7 @@
#include "ganv/Module.hpp"
#include "ganv/Edge.hpp"
-#include "patchage-config.h"
+#include "patchage_config.h"
#include "UIFile.hpp"
#include "Patchage.hpp"
#include "PatchageCanvas.hpp"
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 403ab03..880ccaf 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -38,7 +38,7 @@
#include <gtkmm/viewport.h>
#include <gtkmm/window.h>
-#include "patchage-config.h"
+#include "patchage_config.h"
#include "Widget.hpp"
class AlsaDriver;
diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index e531f57..fcb4fca 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -16,7 +16,7 @@
#include <boost/format.hpp>
-#include "patchage-config.h"
+#include "patchage_config.h"
#if defined(HAVE_JACK_DBUS)
#include "JackDbusDriver.hpp"
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp
index b4dd510..ac0c9f7 100644
--- a/src/PatchageCanvas.hpp
+++ b/src/PatchageCanvas.hpp
@@ -20,7 +20,7 @@
#include <map>
#include <string>
-#include "patchage-config.h"
+#include "patchage_config.h"
#ifdef HAVE_ALSA
#include <alsa/asoundlib.h>
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp
index bbe85e7..130f032 100644
--- a/src/PatchageEvent.cpp
+++ b/src/PatchageEvent.cpp
@@ -16,7 +16,7 @@
#include <boost/format.hpp>
-#include "patchage-config.h"
+#include "patchage_config.h"
#include "Patchage.hpp"
#include "PatchageCanvas.hpp"
#include "PatchageModule.hpp"
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp
index 1aba697..a17b255 100644
--- a/src/PatchageEvent.hpp
+++ b/src/PatchageEvent.hpp
@@ -19,7 +19,7 @@
#include <cstring>
-#include "patchage-config.h"
+#include "patchage_config.h"
#ifdef PATCHAGE_LIBJACK
#include <jack/jack.h>
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp
index 2eda81b..d70c606 100644
--- a/src/PatchagePort.hpp
+++ b/src/PatchagePort.hpp
@@ -26,7 +26,7 @@
#include "ganv/Port.hpp"
#include "ganv/Module.hpp"
-#include "patchage-config.h"
+#include "patchage_config.h"
#include "PatchageCanvas.hpp"
#include "PortID.hpp"
#include "StateManager.hpp"
diff --git a/src/PortID.hpp b/src/PortID.hpp
index 4a22a47..8f31d4e 100644
--- a/src/PortID.hpp
+++ b/src/PortID.hpp
@@ -20,7 +20,7 @@
#include <cstring>
#include <iostream>
-#include "patchage-config.h"
+#include "patchage_config.h"
#ifdef PATCHAGE_LIBJACK
#include <jack/jack.h>
diff --git a/src/UIFile.hpp b/src/UIFile.hpp
index 3418656..d0b551c 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -24,7 +24,7 @@
#include <gtkmm/builder.h>
-#include "patchage-config.h"
+#include "patchage_config.h"
#ifdef PATCHAGE_BINLOC
#include "binary_location.h"
#endif