diff options
author | Max Kellermann <max@duempel.org> | 2014-02-19 22:54:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-19 22:54:52 +0100 |
commit | ae594ad92c1a6dc4aee3e83fa4ab94075b0170c1 (patch) | |
tree | f73f1a1d19a1600fdb0f00e57d845fd89b89ab31 /src/db/DatabasePlaylist.cxx | |
parent | 8d6fedf8177d0d2ced81e6d93d35c368b2ac69db (diff) |
DatabasePlugin: split header
Diffstat (limited to 'src/db/DatabasePlaylist.cxx')
-rw-r--r-- | src/db/DatabasePlaylist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/DatabasePlaylist.cxx b/src/db/DatabasePlaylist.cxx index 90a7f7b1a..f1cfdc874 100644 --- a/src/db/DatabasePlaylist.cxx +++ b/src/db/DatabasePlaylist.cxx @@ -22,7 +22,7 @@ #include "DatabaseSong.hxx" #include "Selection.hxx" #include "PlaylistFile.hxx" -#include "DatabasePlugin.hxx" +#include "Interface.hxx" #include "DetachedSong.hxx" #include "storage/StorageInterface.hxx" |