mirror of
https://github.com/taglib/taglib.git
synced 2026-07-13 14:51:05 -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:
@@ -23,9 +23,10 @@
|
||||
* http://www.mozilla.org/MPL/ *
|
||||
***************************************************************************/
|
||||
|
||||
#include "xmfile.h"
|
||||
|
||||
#include "tstringlist.h"
|
||||
#include "tdebug.h"
|
||||
#include "xmfile.h"
|
||||
#include "modfileprivate.h"
|
||||
#include "tpropertymap.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user