summaryrefslogtreecommitdiffstats
path: root/tests/time_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-29 03:54:07 +0000
committerDavid Robillard <d@drobilla.net>2008-11-29 03:54:07 +0000
commit29cae159548aa2d745f4b51c60cbd494a35d1739 (patch)
tree0c75b45150697a072a287c00f0bba408280c1013 /tests/time_test.cpp
parente1576e203924d8413375a53a9100c0e80aefaa15 (diff)
downloadraul-29cae159548aa2d745f4b51c60cbd494a35d1739.tar.gz
raul-29cae159548aa2d745f4b51c60cbd494a35d1739.tar.bz2
raul-29cae159548aa2d745f4b51c60cbd494a35d1739.zip
Fix local includes to use quotes (to always build against local version).
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1824 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests/time_test.cpp')
-rw-r--r--tests/time_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/time_test.cpp b/tests/time_test.cpp
index a84993b..4757f6b 100644
--- a/tests/time_test.cpp
+++ b/tests/time_test.cpp
@@ -1,5 +1,5 @@
-#include <raul/TimeStamp.hpp>
-#include <raul/TimeSlice.hpp>
+#include "raul/TimeStamp.hpp"
+#include "raul/TimeSlice.hpp"
#include <iostream>
using namespace std;