From 9d34fc394ce30a28ec0e43f2ad7172b8de8b3be6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 24 Jan 2014 16:18:50 +0100 Subject: Database*: move to db/ --- test/DumpDatabase.cxx | 12 ++++++------ test/run_inotify.cxx | 2 +- test/test_translate_song.cxx | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'test') diff --git a/test/DumpDatabase.cxx b/test/DumpDatabase.cxx index 034bad72b..0be1191d2 100644 --- a/test/DumpDatabase.cxx +++ b/test/DumpDatabase.cxx @@ -18,12 +18,12 @@ */ #include "config.h" -#include "DatabaseRegistry.hxx" -#include "DatabasePlugin.hxx" -#include "DatabaseSelection.hxx" -#include "DatabaseListener.hxx" -#include "LightDirectory.hxx" -#include "LightSong.hxx" +#include "db/Registry.hxx" +#include "db/DatabasePlugin.hxx" +#include "db/Selection.hxx" +#include "db/DatabaseListener.hxx" +#include "db/LightDirectory.hxx" +#include "db/LightSong.hxx" #include "PlaylistVector.hxx" #include "config/ConfigGlobal.hxx" #include "config/ConfigData.hxx" diff --git a/test/run_inotify.cxx b/test/run_inotify.cxx index 9ed00d3d6..7d77372f0 100644 --- a/test/run_inotify.cxx +++ b/test/run_inotify.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "ShutdownHandler.hxx" -#include "update/InotifySource.hxx" +#include "db/update/InotifySource.hxx" #include "event/Loop.hxx" #include "util/Error.hxx" #include "Log.hxx" 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 -- cgit v1.2.3