diff options
author | rubidium <rubidium@openttd.org> | 2011-02-07 22:38:02 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-02-07 22:38:02 +0000 |
commit | 0395aab420756b9e0a271011c754d4c70cc0c06f (patch) | |
tree | bc97f87fe0d9f1d95777f973f6474fa7c1220b71 /src/object_cmd.cpp | |
parent | bc3ce1e53bbc7c52138859053431f8d13a343096 (diff) | |
download | openttd-0395aab420756b9e0a271011c754d4c70cc0c06f.tar.xz |
(svn r22019) -Codechange: s/functions.h/clear_func.h/
Diffstat (limited to 'src/object_cmd.cpp')
-rw-r--r-- | src/object_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object_cmd.cpp b/src/object_cmd.cpp index e6c19a60f..29163cab3 100644 --- a/src/object_cmd.cpp +++ b/src/object_cmd.cpp @@ -18,7 +18,7 @@ #include "bridge_map.h" #include "genworld.h" #include "autoslope.h" -#include "functions.h" +#include "clear_func.h" #include "water.h" #include "window_func.h" #include "company_gui.h" |