diff options
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r-- | src/SongUpdate.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx index f0dafc3a5..8e9768d55 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -25,11 +25,11 @@ #include "Mapper.hxx" #include "fs/Path.hxx" #include "fs/FileSystem.hxx" -#include "Tag.hxx" #include "InputStream.hxx" #include "DecoderPlugin.hxx" #include "DecoderList.hxx" -#include "TagHandler.hxx" +#include "tag/Tag.hxx" +#include "tag/TagHandler.hxx" #include "tag/TagId3.hxx" #include "tag/ApeTag.hxx" |