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/atomic_test.cpp | 4 ++-- tests/list_test.cpp | 2 +- tests/path_test.cpp | 2 +- tests/quantize_test.cpp | 2 +- tests/smf_test.cpp | 4 ++-- tests/table_test.cpp | 6 +++--- tests/thread_test.cpp | 2 +- tests/time_test.cpp | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/atomic_test.cpp b/tests/atomic_test.cpp index caa6395..6611c91 100644 --- a/tests/atomic_test.cpp +++ b/tests/atomic_test.cpp @@ -1,6 +1,6 @@ #include -#include -#include +#include "raul/AtomicInt.hpp" +#include "raul/AtomicPtr.hpp" using namespace std; using namespace Raul; diff --git a/tests/list_test.cpp b/tests/list_test.cpp index 44470fe..c3909a1 100644 --- a/tests/list_test.cpp +++ b/tests/list_test.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include "raul/List.hpp" using namespace std; using namespace Raul; diff --git a/tests/path_test.cpp b/tests/path_test.cpp index 3565918..3bd14c9 100644 --- a/tests/path_test.cpp +++ b/tests/path_test.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include "raul/Path.hpp" using namespace std; using namespace Raul; diff --git a/tests/quantize_test.cpp b/tests/quantize_test.cpp index b4c8725..49e3fbd 100644 --- a/tests/quantize_test.cpp +++ b/tests/quantize_test.cpp @@ -1,4 +1,4 @@ -#include +#include "raul/Quantizer.hpp" #include using namespace std; diff --git a/tests/smf_test.cpp b/tests/smf_test.cpp index 3ac0894..40465ed 100644 --- a/tests/smf_test.cpp +++ b/tests/smf_test.cpp @@ -1,7 +1,7 @@ #include #include -#include -#include +#include "raul/SMFReader.hpp" +#include "raul/SMFWriter.hpp" using namespace std; using namespace Raul; 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 diff --git a/tests/thread_test.cpp b/tests/thread_test.cpp index eb06701..fd7a411 100644 --- a/tests/thread_test.cpp +++ b/tests/thread_test.cpp @@ -1,5 +1,5 @@ #include -#include +#include "raul/Thread.hpp" using namespace std; using namespace Raul; 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 -#include +#include "raul/TimeStamp.hpp" +#include "raul/TimeSlice.hpp" #include using namespace std; -- cgit v1.2.1