mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
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:
co-authored by
Urs Fleisch
parent
2dc1aa4ec9
commit
7646184d6b
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user