From 29cae159548aa2d745f4b51c60cbd494a35d1739 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Nov 2008 03:54:07 +0000 Subject: 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 --- tests/table_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/table_test.cpp') 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 #include #include -#include -#include -#include +#include "raul/PathTable.hpp" +#include "raul/Table.hpp" +#include "raul/TableImpl.hpp" //#define WITH_TR1 1 -- cgit v1.2.1