aboutsummaryrefslogtreecommitdiffstats
path: root/test/base
diff options
context:
space:
mode:
Diffstat (limited to 'test/base')
-rw-r--r--test/base/ringbuffer.cpp2
-rw-r--r--test/base/songloading.cpp4
-rw-r--r--test/base/timestamp.cpp2
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>