summaryrefslogtreecommitdiff
path: root/test/test_translate_song.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-24 16:18:50 +0100
committerMax Kellermann <max@duempel.org>2014-01-24 16:38:44 +0100
commit9d34fc394ce30a28ec0e43f2ad7172b8de8b3be6 (patch)
tree4b58951bc81b17f16140c7f743a163bd837827bf /test/test_translate_song.cxx
parent973c9872f930d73a8ddc98e4802b242aea9f0dba (diff)
Database*: move to db/
Diffstat (limited to 'test/test_translate_song.cxx')
-rw-r--r--test/test_translate_song.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_translate_song.cxx b/test/test_translate_song.cxx
index fcda35f13..006bd56aa 100644
--- a/test/test_translate_song.cxx
+++ b/test/test_translate_song.cxx
@@ -11,7 +11,7 @@
#include "fs/AllocatedPath.hxx"
#include "ls.hxx"
#include "Log.hxx"
-#include "DatabaseSong.hxx"
+#include "db/DatabaseSong.hxx"
#include "Mapper.hxx"
#include <cppunit/TestFixture.h>