aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Machine.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-18 16:58:12 +0000
committerDavid Robillard <d@drobilla.net>2008-10-18 16:58:12 +0000
commite091b5eea5f533fe61c5559a10f1388aeca096e2 (patch)
treea28fee7bc323f96633a303514a90b4bf312eb0a2 /src/engine/machina/Machine.hpp
parente8b27933432264075d5b4893a6bd2f51a7b1978b (diff)
downloadmachina-e091b5eea5f533fe61c5559a10f1388aeca096e2.tar.gz
machina-e091b5eea5f533fe61c5559a10f1388aeca096e2.tar.bz2
machina-e091b5eea5f533fe61c5559a10f1388aeca096e2.zip
Build against local library versions no matter what.... hopefully....
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@1677 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina/Machine.hpp')
-rw-r--r--src/engine/machina/Machine.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/machina/Machine.hpp b/src/engine/machina/Machine.hpp
index dae8b75..468b9bc 100644
--- a/src/engine/machina/Machine.hpp
+++ b/src/engine/machina/Machine.hpp
@@ -20,11 +20,11 @@
#include <vector>
#include <boost/utility.hpp>
-#include <raul/SharedPtr.hpp>
-#include <raul/WeakPtr.hpp>
-#include <raul/List.hpp>
-#include <raul/TimeSlice.hpp>
-#include <redlandmm/Model.hpp>
+#include "raul/SharedPtr.hpp"
+#include "raul/WeakPtr.hpp"
+#include "raul/List.hpp"
+#include "raul/TimeSlice.hpp"
+#include "redlandmm/Model.hpp"
#include "types.hpp"
#include "LearnRequest.hpp"
#include "Node.hpp"