From 2ae83a230104375abdaa10789f961ed10039ff19 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 21 Jul 2022 22:41:22 +0200 Subject: [PATCH] Remove unused include --- id3/id3v1tag.cpp | 1 - id3/id3v2frame.cpp | 1 - vorbis/vorbiscommentfield.cpp | 2 -- 3 files changed, 4 deletions(-) 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"