diff options
author | Max Kellermann <max@duempel.org> | 2012-08-07 22:57:18 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-07 22:57:18 +0200 |
commit | 4d6c816abb72d299b3366fcd878035ebd63e8a3f (patch) | |
tree | bfe26028dc8d4fc787e644a05cacad99a7139558 /src/DatabaseCommands.cxx | |
parent | f35ceaee0a3e05e9b00230cce4b553169c4c8712 (diff) | |
download | mpd-4d6c816abb72d299b3366fcd878035ebd63e8a3f.tar.gz mpd-4d6c816abb72d299b3366fcd878035ebd63e8a3f.tar.xz mpd-4d6c816abb72d299b3366fcd878035ebd63e8a3f.zip |
dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx
Diffstat (limited to 'src/DatabaseCommands.cxx')
-rw-r--r-- | src/DatabaseCommands.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DatabaseCommands.cxx b/src/DatabaseCommands.cxx index 96cd8a5b5..aa485ece3 100644 --- a/src/DatabaseCommands.cxx +++ b/src/DatabaseCommands.cxx @@ -19,6 +19,8 @@ #include "config.h" #include "DatabaseCommands.hxx" +#include "DatabaseQueue.hxx" +#include "DatabasePlaylist.hxx" #include "CommandError.h" #include "client_internal.h" #include "tag.h" @@ -27,7 +29,6 @@ extern "C" { #include "db_print.h" #include "db_selection.h" -#include "dbUtils.h" #include "locate.h" #include "protocol/result.h" } |