aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_mixramp.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-08-15 15:55:46 +0200
committerMax Kellermann <max@duempel.org>2015-08-15 15:55:46 +0200
commit5fba8d773c3f6ea35a2934baa91372806f1c9940 (patch)
tree8afb1d6383f4bac521b7aa544f823a698e5a479d /test/test_mixramp.cxx
parent36cd73df51c6bae6b283f1bf14704d86ad98b3c5 (diff)
downloadmpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.tar.gz
mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.tar.xz
mpd-5fba8d773c3f6ea35a2934baa91372806f1c9940.zip
PlayerThread, ...: move to src/player/
Diffstat (limited to 'test/test_mixramp.cxx')
-rw-r--r--test/test_mixramp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mixramp.cxx b/test/test_mixramp.cxx
index 954aade87..ea245f72f 100644
--- a/test/test_mixramp.cxx
+++ b/test/test_mixramp.cxx
@@ -3,7 +3,7 @@
*/
#include "config.h"
-#include "CrossFade.cxx"
+#include "player/CrossFade.cxx"
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/TestFactoryRegistry.h>