aboutsummaryrefslogtreecommitdiff
path: root/src/UpdateWalk.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 00:25:15 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 01:06:11 +0100
commit440ac51cf0250904813dfc9398ca8c9e6467328f (patch)
tree750ec9c28c92bc15161a25f8edb2cec73becf493 /src/UpdateWalk.cxx
parentd3293b889d20433adede6a248582ce778e1c87b8 (diff)
database.h: rename to DatabaseSimple.hxx
Diffstat (limited to 'src/UpdateWalk.cxx')
-rw-r--r--src/UpdateWalk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateWalk.cxx b/src/UpdateWalk.cxx
index a38b06c3..b848f124 100644
--- a/src/UpdateWalk.cxx
+++ b/src/UpdateWalk.cxx
@@ -24,6 +24,7 @@
#include "UpdateSong.hxx"
#include "UpdateArchive.hxx"
#include "DatabaseLock.hxx"
+#include "DatabaseSimple.hxx"
#include "Directory.hxx"
#include "song.h"
#include "PlaylistVector.hxx"
@@ -31,7 +32,6 @@
extern "C" {
#include "exclude.h"
-#include "database.h"
#include "uri.h"
#include "path.h"
#include "playlist_list.h"