mirror of
https://github.com/taglib/taglib.git
synced 2025-07-29 10:24:37 -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:
@ -24,8 +24,8 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "tstringlist.h"
|
||||
#include "itfile.h"
|
||||
#include "tstringlist.h"
|
||||
#include "tdebug.h"
|
||||
#include "modfileprivate.h"
|
||||
#include "tpropertymap.h"
|
||||
|
Reference in New Issue
Block a user