summaryrefslogtreecommitdiff
path: root/src/newgrf_station.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-22 10:18:19 +0000
committerrubidium <rubidium@openttd.org>2009-07-22 10:18:19 +0000
commitcb0409fe529586fc85cf3a1f7526c2ad6f9a53d6 (patch)
tree06dbe1abe0377239177fb7909877f9cfdf14f057 /src/newgrf_station.cpp
parent565b99db223824ae1bf9dd10ffdc075753ce2050 (diff)
downloadopenttd-cb0409fe529586fc85cf3a1f7526c2ad6f9a53d6.tar.xz
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r--src/newgrf_station.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp
index cb3cc0d8c..8b57b7c7b 100644
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -7,7 +7,7 @@
#include "landscape.h"
#include "debug.h"
#include "station_base.h"
-#include "waypoint.h"
+#include "waypoint_base.h"
#include "roadstop_base.h"
#include "newgrf_commons.h"
#include "newgrf_station.h"