diff options
author | rubidium <rubidium@openttd.org> | 2012-01-03 20:26:05 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-03 20:26:05 +0000 |
commit | e40eb8177ac3ed5235ae13314032bb47095c13e9 (patch) | |
tree | 1246affaf5592bce703cfdfe2910691d51147778 /src/game | |
parent | 9856282d0b8bfe62ae9c1c9474bff71333cc7e66 (diff) | |
download | openttd-e40eb8177ac3ed5235ae13314032bb47095c13e9.tar.xz |
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/game_info.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/game_info.hpp b/src/game/game_info.hpp index 3d42d3379..f4fc5ed86 100644 --- a/src/game/game_info.hpp +++ b/src/game/game_info.hpp @@ -13,7 +13,6 @@ #define GAME_INFO_HPP #include "../script/script_info.hpp" -#include "../script/script_config.hpp" /** All static information from an Game like name, version, etc. */ class GameInfo : public ScriptInfo { |