New include order in frame.h. This should fix msvc problems hopefully.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4096 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
9e38b3c9f0
commit
a3d8cdbdb2
|
@ -27,18 +27,17 @@
|
|||
|
||||
#include <physfs.h>
|
||||
|
||||
#include "types.h"
|
||||
|
||||
// Provides the safer functions strlcpy and strlcat
|
||||
#include "strlfuncs.h"
|
||||
#include "printf_ext.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
#include "macros.h"
|
||||
#include "types.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include "i18n.h"
|
||||
#include "treap.h"
|
||||
|
||||
#include "trig.h"
|
||||
|
||||
extern UDWORD selectedPlayer;
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
// These are necessary for the `bool' type
|
||||
#include "lib/framework/frame.h"
|
||||
#include "lib/framework/strlfuncs.h"
|
||||
|
||||
#include "physfs_vfs.h"
|
||||
#include "sqlite3.h"
|
||||
|
|
Loading…
Reference in New Issue