From 444e77d8bcb6738f14ce37e2afafd96d5ce43f1f Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 00:57:19 +0000 Subject: (svn r11774) -Change: do not include variables.h in a header when it is not needed. --- src/yapf/yapf.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yapf') diff --git a/src/yapf/yapf.hpp b/src/yapf/yapf.hpp index 50c0b9d33..d728d0bfe 100644 --- a/src/yapf/yapf.hpp +++ b/src/yapf/yapf.hpp @@ -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 -- cgit v1.2.3-54-g00ecf