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/script/api/script_controller.hpp | |
parent | 9856282d0b8bfe62ae9c1c9474bff71333cc7e66 (diff) | |
download | openttd-e40eb8177ac3ed5235ae13314032bb47095c13e9.tar.xz |
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
Diffstat (limited to 'src/script/api/script_controller.hpp')
-rw-r--r-- | src/script/api/script_controller.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_controller.hpp b/src/script/api/script_controller.hpp index 9ab73ae0f..f087c0ef7 100644 --- a/src/script/api/script_controller.hpp +++ b/src/script/api/script_controller.hpp @@ -12,7 +12,7 @@ #ifndef SCRIPT_CONTROLLER_HPP #define SCRIPT_CONTROLLER_HPP -#include "../../company_type.h" +#include "script_types.hpp" #include "../../core/string_compare_type.hpp" #include <map> |