Inspection: Possibly unused #include directive

This commit is contained in:
Urs Fleisch
2024-01-20 22:41:59 +01:00
parent 5fc3e5c192
commit 580b0b0c82
49 changed files with 5 additions and 77 deletions

View File

@@ -29,7 +29,6 @@
#include "taglib_export.h"
#include "tpicturetype.h"
#include "id3v2frame.h"
#include "id3v2header.h"
namespace TagLib {

View File

@@ -29,7 +29,6 @@
#include "tbytevectorlist.h"
#include "tdebug.h"
#include "tpropertymap.h"
#include "id3v2tag.h"
using namespace TagLib;

View File

@@ -31,7 +31,6 @@
#include "taglib_export.h"
#include "id3v2frame.h"
#include "id3v2header.h"
namespace TagLib {

View File

@@ -28,7 +28,6 @@
#include "tbytevector.h"
#include "taglib_export.h"
#include "taglib.h"
namespace TagLib {

View File

@@ -35,12 +35,7 @@
#include "id3v2tag.h"
#include "id3v2synchdata.h"
#include "frames/textidentificationframe.h"
#include "frames/urllinkframe.h"
#include "frames/unsynchronizedlyricsframe.h"
#include "frames/commentsframe.h"
#include "frames/uniquefileidentifierframe.h"
#include "frames/unknownframe.h"
#include "frames/podcastframe.h"
using namespace TagLib;
using namespace ID3v2;

View File

@@ -28,7 +28,6 @@
#include "tbytevector.h"
#include "taglib_export.h"
#include "id3v2.h"
namespace TagLib {

View File

@@ -25,8 +25,6 @@
#include "id3v2synchdata.h"
#include <iostream>
using namespace TagLib;
using namespace ID3v2;

View File

@@ -27,7 +27,6 @@
#define TAGLIB_ID3V2SYNCHDATA_H
#include "tbytevector.h"
#include "taglib.h"
namespace TagLib {

View File

@@ -29,7 +29,6 @@
#include "mpegfile.h"
#include "xingheader.h"
#include "apetag.h"
#include "apefooter.h"
using namespace TagLib;