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-861f7616d084
master
Dennis Schridde 2008-03-16 03:10:05 +00:00
parent 9e38b3c9f0
commit a3d8cdbdb2
2 changed files with 3 additions and 5 deletions

View File

@ -27,18 +27,17 @@
#include <physfs.h> #include <physfs.h>
#include "types.h"
// Provides the safer functions strlcpy and strlcat // Provides the safer functions strlcpy and strlcat
#include "strlfuncs.h" #include "strlfuncs.h"
#include "printf_ext.h" #include "printf_ext.h"
#include "i18n.h"
#include "macros.h" #include "macros.h"
#include "types.h"
#include "debug.h" #include "debug.h"
#include "i18n.h"
#include "treap.h" #include "treap.h"
#include "trig.h" #include "trig.h"
extern UDWORD selectedPlayer; extern UDWORD selectedPlayer;

View File

@ -23,7 +23,6 @@
// These are necessary for the `bool' type // These are necessary for the `bool' type
#include "lib/framework/frame.h" #include "lib/framework/frame.h"
#include "lib/framework/strlfuncs.h"
#include "physfs_vfs.h" #include "physfs_vfs.h"
#include "sqlite3.h" #include "sqlite3.h"