(svn r11774) -Change: do not include variables.h in a header when it is not needed.

This commit is contained in:
rubidium
2008-01-07 00:57:19 +00:00
parent 779ce7fda9
commit 444e77d8bc
33 changed files with 56 additions and 23 deletions

View File

@@ -22,8 +22,8 @@
#include "../pathfind.h"
#include "../waypoint.h"
#include "../debug.h"
#include "../settings_type.h"
extern Patches _patches_newgame;
extern uint64 _rdtsc();
#include <limits.h>