summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-21 21:50:46 +0000
committerrubidium <rubidium@openttd.org>2007-12-21 21:50:46 +0000
commit766551b0bcef873cf1c27e502506f4eef735e9e9 (patch)
treed864de233dd5965735564d85017cf7abf0875933 /src/openttd.cpp
parenta122971ae297d1bca76f2518b7c814b1e162f52f (diff)
downloadopenttd-766551b0bcef873cf1c27e502506f4eef735e9e9.tar.xz
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index c8a88a3b7..1f020c9f8 100644
--- 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"