diff options
author | David Robillard <d@drobilla.net> | 2008-11-29 03:54:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-11-29 03:54:07 +0000 |
commit | 29cae159548aa2d745f4b51c60cbd494a35d1739 (patch) | |
tree | 0c75b45150697a072a287c00f0bba408280c1013 /tests/table_test.cpp | |
parent | e1576e203924d8413375a53a9100c0e80aefaa15 (diff) | |
download | raul-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/table_test.cpp')
-rw-r--r-- | tests/table_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/table_test.cpp b/tests/table_test.cpp index 3fdde92..d5d0610 100644 --- a/tests/table_test.cpp +++ b/tests/table_test.cpp @@ -4,9 +4,9 @@ #include <map> #include <set> #include <sys/time.h> -#include <raul/PathTable.hpp> -#include <raul/Table.hpp> -#include <raul/TableImpl.hpp> +#include "raul/PathTable.hpp" +#include "raul/Table.hpp" +#include "raul/TableImpl.hpp" //#define WITH_TR1 1 |