diff --git a/id3/id3v1tag.cpp b/id3/id3v1tag.cpp index 25ef952..66f40de 100644 --- a/id3/id3v1tag.cpp +++ b/id3/id3v1tag.cpp @@ -1,5 +1,4 @@ #include "./id3v1tag.h" -#include "./id3genres.h" #include "../diagnostics.h" #include "../exceptions.h" diff --git a/id3/id3v2frame.cpp b/id3/id3v2frame.cpp index b8a34b6..2846b15 100644 --- a/id3/id3v2frame.cpp +++ b/id3/id3v2frame.cpp @@ -1,5 +1,4 @@ #include "./id3v2frame.h" -#include "./id3genres.h" #include "./id3v2frameids.h" #include "../diagnostics.h" diff --git a/vorbis/vorbiscommentfield.cpp b/vorbis/vorbiscommentfield.cpp index c47ddab..0232f22 100644 --- a/vorbis/vorbiscommentfield.cpp +++ b/vorbis/vorbiscommentfield.cpp @@ -5,8 +5,6 @@ #include "../ogg/oggiterator.h" -#include "../id3/id3v2frame.h" - #include "../diagnostics.h" #include "../exceptions.h"