global.h must be included before anything else. it sets up such things as

disabling stupid warnings for some archs.
This commit is contained in:
Thad Ward
2004-06-14 11:10:53 +00:00
parent 10c69f957d
commit 1c46a4880f
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
//This order needed to avoid Linux lib conflicts
#include "ezsockets.h"
#include "global.h"
#include "ezsockets.h"
#include "NetworkSyncManager.h"
#include "ProfileManager.h"
#include "RageLog.h"