diff options
author | David Robillard <d@drobilla.net> | 2008-10-18 16:58:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-18 16:58:12 +0000 |
commit | 237512ade91a7073ce186d7b6c15ea4eb54e3e73 (patch) | |
tree | aa573e19b30d255b5501c53f62ff5eb638a28079 /src/PatchageModule.hpp | |
parent | 8f0f04f2c366c768f1861415ad98f9bf7b572c73 (diff) | |
download | patchage-237512ade91a7073ce186d7b6c15ea4eb54e3e73.tar.gz patchage-237512ade91a7073ce186d7b6c15ea4eb54e3e73.tar.bz2 patchage-237512ade91a7073ce186d7b6c15ea4eb54e3e73.zip |
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
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r-- | src/PatchageModule.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <alsa/asoundlib.h> #endif -#include <flowcanvas/Canvas.hpp> -#include <flowcanvas/Module.hpp> +#include "flowcanvas/Canvas.hpp" +#include "flowcanvas/Module.hpp" #include "PatchageCanvas.hpp" #include "StateManager.hpp" #include "PatchagePort.hpp" |