diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 18:22:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 18:26:56 +0200 |
commit | 3f267b1795d68e660af9ec1678909a6102102d7d (patch) | |
tree | df4269532c85eab2f74fa31a1b1b400e32113dbd /src/DatabasePrint.cxx | |
parent | 7a4c9f5f4c38b568a51ec13988f5fcfbbe278afa (diff) | |
download | mpd-3f267b1795d68e660af9ec1678909a6102102d7d.tar.gz mpd-3f267b1795d68e660af9ec1678909a6102102d7d.tar.xz mpd-3f267b1795d68e660af9ec1678909a6102102d7d.zip |
Tag, ...: move to libtag.a
Diffstat (limited to '')
-rw-r--r-- | src/DatabasePrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DatabasePrint.cxx b/src/DatabasePrint.cxx index cc7bee9e2..c50c7686e 100644 --- a/src/DatabasePrint.cxx +++ b/src/DatabasePrint.cxx @@ -26,7 +26,7 @@ #include "TimePrint.hxx" #include "Directory.hxx" #include "Client.hxx" -#include "Tag.hxx" +#include "tag/Tag.hxx" #include "Song.hxx" #include "DatabaseGlue.hxx" #include "DatabasePlugin.hxx" |