Mercurial > hg > openttd
diff src/openttd.cpp @ 8116:9cc845deddfe draft
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Fri, 21 Dec 2007 21:50:46 +0000 |
parents | 2d6af5d7a142 |
children | 89722abcfd91 |
line wrap: on
line diff
--- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -30,13 +30,12 @@ #include "window_func.h" #include "window_gui.h" #include "player.h" -#include "command.h" +#include "command_func.h" #include "town.h" #include "industry.h" #include "news.h" #include "engine.h" #include "sound.h" -#include "economy.h" #include "fileio.h" #include "airport.h" #include "aircraft.h"