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/TagPrint.cxx | |
parent | 7a4c9f5f4c38b568a51ec13988f5fcfbbe278afa (diff) |
Tag, ...: move to libtag.a
Diffstat (limited to 'src/TagPrint.cxx')
-rw-r--r-- | src/TagPrint.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TagPrint.cxx b/src/TagPrint.cxx index 18490792c..3285d63db 100644 --- a/src/TagPrint.cxx +++ b/src/TagPrint.cxx @@ -19,8 +19,8 @@ #include "config.h" #include "TagPrint.hxx" -#include "Tag.hxx" -#include "TagInternal.hxx" +#include "tag/Tag.hxx" +#include "tag/TagInternal.hxx" #include "Song.hxx" #include "Client.hxx" |