diff options
author | rubidium <rubidium@openttd.org> | 2008-03-31 00:17:39 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-31 00:17:39 +0000 |
commit | df1d9bd8808fbf0f7e871f6ab5b361b7c8c4ad9d (patch) | |
tree | 92c7d9b5af5f6b372ee41d33cbd5729a840656ea /src/group.h | |
parent | c51b81c24781faad386950578a1045c9dd038fc5 (diff) | |
download | openttd-df1d9bd8808fbf0f7e871f6ab5b361b7c8c4ad9d.tar.xz |
(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
Diffstat (limited to 'src/group.h')
-rw-r--r-- | src/group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group.h b/src/group.h index da6ec7f2a..7bac2b48f 100644 --- a/src/group.h +++ b/src/group.h @@ -9,7 +9,7 @@ #include "oldpool.h" #include "player_type.h" #include "vehicle_type.h" -#include "engine.h" +#include "engine_type.h" DECLARE_OLD_POOL(Group, Group, 5, 2047) |