From 62ad851a3614c64207961dcc26ddce052ae9f573 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Dec 2008 17:04:40 +0000 Subject: Change configuration header name to something less likely to conflict. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1887 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/AudioBuffer.cpp | 2 +- src/engine/EventBuffer.cpp | 2 +- src/engine/InternalPlugin.hpp | 2 +- src/engine/JackAudioDriver.cpp | 2 +- src/engine/LV2Info.hpp | 2 +- src/engine/LV2Plugin.hpp | 2 +- src/engine/NodeFactory.cpp | 2 +- src/engine/NodeFactory.hpp | 2 +- src/engine/OSCEngineReceiver.cpp | 2 +- src/engine/PatchPlugin.hpp | 2 +- src/engine/events.hpp | 2 +- src/engine/util.hpp | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/engine') diff --git a/src/engine/AudioBuffer.cpp b/src/engine/AudioBuffer.cpp index 6456bb73..2fc1b234 100644 --- a/src/engine/AudioBuffer.cpp +++ b/src/engine/AudioBuffer.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "config.h" +#include "wafconfig.h" #include "AudioBuffer.hpp" using namespace std; diff --git a/src/engine/EventBuffer.cpp b/src/engine/EventBuffer.cpp index 26ad38de..4c850c05 100644 --- a/src/engine/EventBuffer.cpp +++ b/src/engine/EventBuffer.cpp @@ -18,7 +18,7 @@ #define __STDC_LIMIT_MACROS 1 #include #include -#include "config.h" +#include "wafconfig.h" #include "EventBuffer.hpp" #include "lv2ext/lv2_event.h" #include "lv2ext/lv2_event_helpers.h" diff --git a/src/engine/InternalPlugin.hpp b/src/engine/InternalPlugin.hpp index 059f3699..9948a55e 100644 --- a/src/engine/InternalPlugin.hpp +++ b/src/engine/InternalPlugin.hpp @@ -18,7 +18,7 @@ #ifndef INTERNALPLUGIN_H #define INTERNALPLUGIN_H -#include "config.h" +#include "wafconfig.h" #ifndef HAVE_SLV2 #error "This file requires SLV2, but HAVE_SLV2 is not defined. Please report." diff --git a/src/engine/JackAudioDriver.cpp b/src/engine/JackAudioDriver.cpp index fddbcd94..eb459179 100644 --- a/src/engine/JackAudioDriver.cpp +++ b/src/engine/JackAudioDriver.cpp @@ -16,7 +16,7 @@ */ #include "JackAudioDriver.hpp" -#include "config.h" +#include "wafconfig.h" #include "tuning.hpp" #include #include diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp index 0cb1b986..186fa006 100644 --- a/src/engine/LV2Info.hpp +++ b/src/engine/LV2Info.hpp @@ -18,7 +18,7 @@ #ifndef LV2INFO_H #define LV2INFO_H -#include "config.h" +#include "wafconfig.h" #ifndef HAVE_SLV2 #error "This file requires SLV2, but HAVE_SLV2 is not defined. Please report." #endif diff --git a/src/engine/LV2Plugin.hpp b/src/engine/LV2Plugin.hpp index 694c3167..af1072fd 100644 --- a/src/engine/LV2Plugin.hpp +++ b/src/engine/LV2Plugin.hpp @@ -18,7 +18,7 @@ #ifndef LV2PLUGIN_H #define LV2PLUGIN_H -#include "config.h" +#include "wafconfig.h" #ifndef HAVE_SLV2 #error "This file requires SLV2, but HAVE_SLV2 is not defined. Please report." diff --git a/src/engine/NodeFactory.cpp b/src/engine/NodeFactory.cpp index d7a8b887..a73811ec 100644 --- a/src/engine/NodeFactory.cpp +++ b/src/engine/NodeFactory.cpp @@ -15,7 +15,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "config.h" +#include "wafconfig.h" #include #include #include diff --git a/src/engine/NodeFactory.hpp b/src/engine/NodeFactory.hpp index 430c230b..a5b7702a 100644 --- a/src/engine/NodeFactory.hpp +++ b/src/engine/NodeFactory.hpp @@ -18,7 +18,7 @@ #ifndef NODEFACTORY_H #define NODEFACTORY_H -#include "config.h" +#include "wafconfig.h" #include "module/global.hpp" #include diff --git a/src/engine/OSCEngineReceiver.cpp b/src/engine/OSCEngineReceiver.cpp index e7a5daae..405e3abe 100644 --- a/src/engine/OSCEngineReceiver.cpp +++ b/src/engine/OSCEngineReceiver.cpp @@ -21,7 +21,7 @@ #include #include #include -#include "config.h" +#include "wafconfig.h" #include "raul/SharedPtr.hpp" #include "raul/AtomLiblo.hpp" #include "interface/ClientInterface.hpp" diff --git a/src/engine/PatchPlugin.hpp b/src/engine/PatchPlugin.hpp index 27fd93b5..33ac924c 100644 --- a/src/engine/PatchPlugin.hpp +++ b/src/engine/PatchPlugin.hpp @@ -18,7 +18,7 @@ #ifndef PATCHPLUGIN_H #define PATCHPLUGIN_H -#include "config.h" +#include "wafconfig.h" #include #include "PluginImpl.hpp" diff --git a/src/engine/events.hpp b/src/engine/events.hpp index a68e72f8..b050a2ad 100644 --- a/src/engine/events.hpp +++ b/src/engine/events.hpp @@ -18,7 +18,7 @@ #ifndef EVENTS_H #define EVENTS_H -#include "config.h" +#include "wafconfig.h" #include "events/AllNotesOffEvent.hpp" #include "events/ClearPatchEvent.hpp" diff --git a/src/engine/util.hpp b/src/engine/util.hpp index 6e14a224..e48a6a1a 100644 --- a/src/engine/util.hpp +++ b/src/engine/util.hpp @@ -18,7 +18,7 @@ #ifndef UTIL_HPP #define UTIL_HPP -#include "config.h" +#include "wafconfig.h" #include #include -- cgit v1.2.1