diff options
Diffstat (limited to '')
-rw-r--r-- | src/UpdateContainer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UpdateContainer.cxx b/src/UpdateContainer.cxx index 44c961a2b..a24f38830 100644 --- a/src/UpdateContainer.cxx +++ b/src/UpdateContainer.cxx @@ -27,8 +27,8 @@ #include "DecoderPlugin.hxx" #include "Mapper.hxx" #include "fs/Path.hxx" -#include "TagHandler.hxx" -#include "Tag.hxx" +#include "tag/TagHandler.hxx" +#include "tag/Tag.hxx" #include <glib.h> |