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:
Urs Fleisch
2023-07-16 08:33:35 +02:00
parent cc7d23cdf5
commit d314bfa06a
77 changed files with 137 additions and 101 deletions

View File

@@ -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"