mirror of
https://github.com/taglib/taglib.git
synced 2025-11-12 12:42:49 -05:00
Inspection: Possibly unused #include directive
This commit is contained in:
@ -27,9 +27,7 @@
|
||||
#include <cstdio>
|
||||
|
||||
#include "tstringlist.h"
|
||||
#include "tbytevectorlist.h"
|
||||
#include "tpropertymap.h"
|
||||
#include "tdebug.h"
|
||||
#include "tag.h"
|
||||
#include "apefile.h"
|
||||
#include "apetag.h"
|
||||
|
||||
@ -27,7 +27,6 @@
|
||||
#include <cstdio>
|
||||
|
||||
#include "tstringlist.h"
|
||||
#include "tbytevectorlist.h"
|
||||
#include "tpropertymap.h"
|
||||
#include "tag.h"
|
||||
#include "flacfile.h"
|
||||
|
||||
@ -30,7 +30,6 @@
|
||||
#include "tbytevectorlist.h"
|
||||
#include "tag.h"
|
||||
#include "flacfile.h"
|
||||
#include "flacmetadatablock.h"
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
@ -27,7 +27,6 @@
|
||||
#include <cstdio>
|
||||
|
||||
#include "tstringlist.h"
|
||||
#include "tbytevectorlist.h"
|
||||
#include "tag.h"
|
||||
#include "flacunknownmetadatablock.h"
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
@ -27,7 +27,6 @@
|
||||
#include <utility>
|
||||
#include <cassert>
|
||||
|
||||
#include "tdebug.h"
|
||||
#include "tpropertymap.h"
|
||||
#include "tzlib.h"
|
||||
#include "id3v2tag.h"
|
||||
|
||||
@ -28,7 +28,6 @@
|
||||
|
||||
#include "tag.h"
|
||||
#include "tstringlist.h"
|
||||
#include "tbytevectorlist.h"
|
||||
#include "tpropertymap.h"
|
||||
#include "oggfile.h"
|
||||
#include "vorbisfile.h"
|
||||
|
||||
@ -27,7 +27,6 @@
|
||||
#include <cstdio>
|
||||
|
||||
#include "tstringlist.h"
|
||||
#include "tbytevectorlist.h"
|
||||
#include "tag.h"
|
||||
#include "oggfile.h"
|
||||
#include "oggflacfile.h"
|
||||
|
||||
@ -53,15 +53,12 @@
|
||||
#include "flacpicture.h"
|
||||
#include "flacproperties.h"
|
||||
#include "generalencapsulatedobjectframe.h"
|
||||
#include "id3v1genres.h"
|
||||
#include "id3v1tag.h"
|
||||
#include "id3v2.h"
|
||||
#include "id3v2extendedheader.h"
|
||||
#include "id3v2footer.h"
|
||||
#include "id3v2frame.h"
|
||||
#include "id3v2framefactory.h"
|
||||
#include "id3v2header.h"
|
||||
#include "id3v2synchdata.h"
|
||||
#include "id3v2tag.h"
|
||||
#include "infotag.h"
|
||||
#include "itfile.h"
|
||||
@ -70,7 +67,6 @@
|
||||
#include "modfilebase.h"
|
||||
#include "modproperties.h"
|
||||
#include "modtag.h"
|
||||
#include "mp4atom.h"
|
||||
#include "mp4coverart.h"
|
||||
#include "mp4file.h"
|
||||
#include "mp4item.h"
|
||||
|
||||
@ -27,7 +27,6 @@
|
||||
#include <cstdio>
|
||||
|
||||
#include "tpropertymap.h"
|
||||
#include "tdebug.h"
|
||||
#include "xiphcomment.h"
|
||||
#include "vorbisfile.h"
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
Reference in New Issue
Block a user