diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 00:25:15 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 01:06:11 +0100 |
commit | 440ac51cf0250904813dfc9398ca8c9e6467328f (patch) | |
tree | 750ec9c28c92bc15161a25f8edb2cec73becf493 /src/StickerCommands.cxx | |
parent | d3293b889d20433adede6a248582ce778e1c87b8 (diff) | |
download | mpd-440ac51cf0250904813dfc9398ca8c9e6467328f.tar.gz mpd-440ac51cf0250904813dfc9398ca8c9e6467328f.tar.xz mpd-440ac51cf0250904813dfc9398ca8c9e6467328f.zip |
database.h: rename to DatabaseSimple.hxx
Diffstat (limited to 'src/StickerCommands.cxx')
-rw-r--r-- | src/StickerCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StickerCommands.cxx b/src/StickerCommands.cxx index a4f83a583..dfb92df38 100644 --- a/src/StickerCommands.cxx +++ b/src/StickerCommands.cxx @@ -23,6 +23,7 @@ #include "DatabaseLock.hxx" #include "DatabasePlugin.hxx" #include "DatabaseGlue.hxx" +#include "DatabaseSimple.hxx" #include "SongSticker.hxx" #include "StickerPrint.hxx" #include "StickerDatabase.hxx" @@ -30,7 +31,6 @@ extern "C" { #include "protocol/result.h" -#include "database.h" } #include <string.h> |