unused includes (#1133)

* unused includes

Signed-off-by: Rosen Penev <[email protected]>

* Use consistent order of includes

Always include in the following order:
- Own header files
- Standard header files
- System header files
- Project header files (toolkit first)

Exceptions:
- cppunit/extensions/HelperMacros.h must be included after
  header files declaring stream operators
- config.h must be included before its definitions are used

---------

Signed-off-by: Rosen Penev <[email protected]>
Co-authored-by: Urs Fleisch <[email protected]>
This commit is contained in:
Rosen Penev
2023-09-16 08:22:36 +02:00
committed by GitHub
co-authored by Urs Fleisch
parent 2dc1aa4ec9
commit 7646184d6b
185 changed files with 292 additions and 433 deletions
+1 -4
View File
@@ -25,13 +25,10 @@
#include "mpcfile.h"
#include "tbytevector.h"
#include "tstring.h"
#include "tagunion.h"
#include "tdebug.h"
#include "tpropertymap.h"
#include "tagunion.h"
#include "tagutils.h"
#include "id3v1tag.h"
#include "id3v2header.h"
#include "apetag.h"
+3 -5
View File
@@ -26,13 +26,11 @@
#ifndef TAGLIB_MPCFILE_H
#define TAGLIB_MPCFILE_H
#include "taglib_export.h"
#include "tfile.h"
#include "tag.h"
#include "mpcproperties.h"
#include "tlist.h"
#include "taglib_export.h"
#include "tag.h"
#include "mpcproperties.h"
namespace TagLib {
+2 -3
View File
@@ -25,12 +25,11 @@
#include "mpcproperties.h"
#include "tdebug.h"
#include "tstring.h"
#include <array>
#include <bitset>
#include <cmath>
#include "tdebug.h"
#include "tstring.h"
#include "mpcfile.h"
using namespace TagLib;