mirror of
https://github.com/taglib/taglib.git
synced 2026-06-14 02:09:27 -04:00
Make sure that own header file is included first
Each header corresponding to a .cpp file must be self-contained, and can be #included without prerequisites.
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
* http://www.mozilla.org/MPL/ *
|
||||
***************************************************************************/
|
||||
|
||||
#include "fileref.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "tfile.h"
|
||||
@@ -35,7 +37,6 @@
|
||||
#include "tdebug.h"
|
||||
#include "trefcounter.h"
|
||||
|
||||
#include "fileref.h"
|
||||
#include "asffile.h"
|
||||
#include "mpegfile.h"
|
||||
#include "vorbisfile.h"
|
||||
|
||||
Reference in New Issue
Block a user