diff options
author | rubidium <rubidium@openttd.org> | 2008-01-07 00:57:19 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-07 00:57:19 +0000 |
commit | b0ac283aeca94df1af922bc3e02d456464486427 (patch) | |
tree | 3567936f8a68355c82a35bbc85088b7110d0c507 /src/yapf | |
parent | 64fc2ade9eae131c9a65ef1341d373544168a497 (diff) | |
download | openttd-b0ac283aeca94df1af922bc3e02d456464486427.tar.xz |
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
Diffstat (limited to 'src/yapf')
-rw-r--r-- | src/yapf/yapf.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <limits.h> |