From 237512ade91a7073ce186d7b6c15ea4eb54e3e73 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Oct 2008 16:58:12 +0000 Subject: Build against local library versions no matter what.... hopefully.... git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1677 a436a847-0d15-0410-975c-d299462d15a1 --- src/AlsaDriver.cpp | 2 +- src/Driver.hpp | 2 +- src/JackDbusDriver.cpp | 2 +- src/JackDbusDriver.hpp | 2 +- src/JackDriver.cpp | 2 +- src/JackDriver.hpp | 2 +- src/Patchage.cpp | 2 +- src/PatchageCanvas.cpp | 2 +- src/PatchageCanvas.hpp | 2 +- src/PatchageEvent.cpp | 2 +- src/PatchageModule.hpp | 4 ++-- src/PatchagePort.hpp | 4 ++-- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index cb58c6a..25a9105 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include "raul/SharedPtr.hpp" #include "PatchageCanvas.hpp" #include "AlsaDriver.hpp" #include "Patchage.hpp" diff --git a/src/Driver.hpp b/src/Driver.hpp index 49db805..6e759a5 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -20,7 +20,7 @@ #include #include -#include +#include "raul/SRSWQueue.hpp" #include "PatchageEvent.hpp" class PatchagePort; diff --git a/src/JackDbusDriver.cpp b/src/JackDbusDriver.cpp index 2df0401..df66cce 100644 --- a/src/JackDbusDriver.cpp +++ b/src/JackDbusDriver.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include "raul/SharedPtr.hpp" #include "PatchageCanvas.hpp" #include "PatchageEvent.hpp" diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp index 0deaef0..f6a598b 100644 --- a/src/JackDbusDriver.hpp +++ b/src/JackDbusDriver.hpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include "raul/AtomicPtr.hpp" #include #include "Driver.hpp" diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp index 93aeec2..145ac78 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include "raul/SharedPtr.hpp" #include "PatchageCanvas.hpp" #include "PatchageEvent.hpp" #include "JackDriver.hpp" diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index 6bbb8db..f65dd36 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include "raul/AtomicPtr.hpp" #include "Driver.hpp" class Patchage; class PatchageEvent; diff --git a/src/Patchage.cpp b/src/Patchage.cpp index f0df00c..463e4e1 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include "raul/SharedPtr.hpp" #include "config.h" #include "GladeFile.hpp" diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp index 99ee310..31f35f4 100644 --- a/src/PatchageCanvas.cpp +++ b/src/PatchageCanvas.cpp @@ -15,7 +15,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "raul/SharedPtr.hpp" #include "config.h" #include "PatchageCanvas.hpp" #include "Patchage.hpp" diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index 4126b17..4d2b903 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -23,7 +23,7 @@ #ifdef HAVE_ALSA #include #endif -#include +#include "flowcanvas/Canvas.hpp" #include "StateManager.hpp" #include "PatchageEvent.hpp" diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index fad8793..abff01b 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -16,7 +16,7 @@ */ #include "config.h" -#include +#include "raul/SharedPtr.hpp" #include "Patchage.hpp" #include "PatchageCanvas.hpp" #include "PatchageModule.hpp" diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index c8878aa..1bf59fd 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -23,8 +23,8 @@ #ifdef HAVE_ALSA #include #endif -#include -#include +#include "flowcanvas/Canvas.hpp" +#include "flowcanvas/Module.hpp" #include "PatchageCanvas.hpp" #include "StateManager.hpp" #include "PatchagePort.hpp" diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 2519189..2b4843e 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -21,8 +21,8 @@ #include "config.h" #include #include -#include -#include +#include "flowcanvas/Port.hpp" +#include "flowcanvas/Module.hpp" #ifdef HAVE_ALSA #include -- cgit v1.2.1