diff options
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r-- | src/SongUpdate.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx index 8285cdd99..13d08fecc 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -28,13 +28,10 @@ #include "input_stream.h" #include "DecoderPlugin.hxx" #include "DecoderList.hxx" +#include "TagHandler.hxx" #include "TagId3.hxx" #include "ApeTag.hxx" -extern "C" { -#include "tag_handler.h" -} - #include <glib.h> #include <assert.h> |