From 2d3b060abd28c08895a5fa0ea21d3547133e28f3 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 31 Mar 2015 22:32:11 +0200 Subject: test: Fix include paths. --- test/base/ringbuffer.cpp | 2 +- test/base/songloading.cpp | 4 ++-- test/base/timestamp.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/base') 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 -#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 #include -#include "song.hpp" -#include "songloading/songloader.hpp" +#include "base/song.hpp" +#include "base/songloading/songloader.hpp" #include #include 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 #include -- cgit v1.2.3