summaryrefslogtreecommitdiff
path: root/src/road_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-09 21:27:39 +0000
committerrubidium <rubidium@openttd.org>2008-01-09 21:27:39 +0000
commitc004cc1fd9e706cbd9117e030c73f2043d7d974e (patch)
tree03527c71c555a5972cd91f9807d88fc1d057bc65 /src/road_gui.cpp
parent2d2e1e386315db0c83f508c19387e9f2e0c9cee1 (diff)
downloadopenttd-c004cc1fd9e706cbd9117e030c73f2043d7d974e.tar.xz
(svn r11801) -Codechange: remove some unneeded includes from some header files.
Diffstat (limited to 'src/road_gui.cpp')
-rw-r--r--src/road_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/road_gui.cpp b/src/road_gui.cpp
index 276b05281..f5194c367 100644
--- a/src/road_gui.cpp
+++ b/src/road_gui.cpp
@@ -23,6 +23,7 @@
#include "window_func.h"
#include "vehicle_func.h"
#include "sound_func.h"
+#include "player.h"
static void ShowRVStationPicker(RoadStop::Type rs);