diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2015-03-31 22:32:11 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2015-03-31 22:32:11 +0200 |
commit | 2d3b060abd28c08895a5fa0ea21d3547133e28f3 (patch) | |
tree | 8ca857b59520dd3e04056932904119b0478022df /test/base | |
parent | cb3c0113e9837c333b5b9a2b14a48c5b2899c713 (diff) | |
download | usdx-2d3b060abd28c08895a5fa0ea21d3547133e28f3.tar.gz usdx-2d3b060abd28c08895a5fa0ea21d3547133e28f3.tar.xz usdx-2d3b060abd28c08895a5fa0ea21d3547133e28f3.zip |
test: Fix include paths.
Diffstat (limited to 'test/base')
-rw-r--r-- | test/base/ringbuffer.cpp | 2 | ||||
-rw-r--r-- | test/base/songloading.cpp | 4 | ||||
-rw-r--r-- | test/base/timestamp.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/test/base/ringbuffer.cpp b/test/base/ringbuffer.cpp index ad0e86a2..95a21854 100644 --- a/test/base/ringbuffer.cpp +++ b/test/base/ringbuffer.cpp @@ -29,7 +29,7 @@ #include <cppunit/extensions/HelperMacros.h> -#include "ringbuffer.hpp" +#include "base/ringbuffer.hpp" namespace usdx { diff --git a/test/base/songloading.cpp b/test/base/songloading.cpp index ec5c3699..84291c88 100644 --- a/test/base/songloading.cpp +++ b/test/base/songloading.cpp @@ -26,8 +26,8 @@ #include <iostream> #include <cppunit/extensions/HelperMacros.h> -#include "song.hpp" -#include "songloading/songloader.hpp" +#include "base/song.hpp" +#include "base/songloading/songloader.hpp" #include <log4cpp/Category.hh> #include <log4cpp/Priority.hh> diff --git a/test/base/timestamp.cpp b/test/base/timestamp.cpp index 87186d97..2d8e6caf 100644 --- a/test/base/timestamp.cpp +++ b/test/base/timestamp.cpp @@ -22,7 +22,7 @@ * */ -#include "timestamp.hpp" +#include "base/timestamp.hpp" #include <cppunit/extensions/HelperMacros.h> #include <log4cpp/Category.hh> |