From eba47525257b6836cad1482553ecd5b9284c0765 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Jan 2012 01:55:56 +0000 Subject: Use consistent *_config.h rather than *-config.h. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3963 a436a847-0d15-0410-975c-d299462d15a1 --- src/JackDbusDriver.cpp | 2 +- src/JackDriver.cpp | 2 +- src/Patchage.cpp | 2 +- src/Patchage.hpp | 2 +- src/PatchageCanvas.cpp | 2 +- src/PatchageCanvas.hpp | 2 +- src/PatchageEvent.cpp | 2 +- src/PatchageEvent.hpp | 2 +- src/PatchagePort.hpp | 2 +- src/PortID.hpp | 2 +- src/UIFile.hpp | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src') 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 #include -#include "patchage-config.h" +#include "patchage_config.h" #include #include 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 #include -#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 -#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 #include -#include "patchage-config.h" +#include "patchage_config.h" #ifdef HAVE_ALSA #include 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 -#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 -#include "patchage-config.h" +#include "patchage_config.h" #ifdef PATCHAGE_LIBJACK #include 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 #include -#include "patchage-config.h" +#include "patchage_config.h" #ifdef PATCHAGE_LIBJACK #include 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 -#include "patchage-config.h" +#include "patchage_config.h" #ifdef PATCHAGE_BINLOC #include "binary_location.h" #endif -- cgit v1.2.1