diff options
author | Max Kellermann <max@duempel.org> | 2013-09-04 23:46:20 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-04 23:46:20 +0200 |
commit | 5101ef4b028c8f661801f78ba0fe73fab0e80f7f (patch) | |
tree | 5a5b83c5132724ff1793900162eab3b5f648c218 /src/SongUpdate.cxx | |
parent | ee9e238179677ad0168ead6edfe17f798dbf47dc (diff) |
Tag*: move libtag.a sources to src/tag/
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 d6f60c5cb..7e374e759 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -30,8 +30,8 @@ #include "DecoderPlugin.hxx" #include "DecoderList.hxx" #include "TagHandler.hxx" -#include "TagId3.hxx" -#include "ApeTag.hxx" +#include "tag/TagId3.hxx" +#include "tag/ApeTag.hxx" #include <glib.h> |