diff options
author | rubidium <rubidium@openttd.org> | 2009-07-22 10:18:19 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-07-22 10:18:19 +0000 |
commit | cb0409fe529586fc85cf3a1f7526c2ad6f9a53d6 (patch) | |
tree | 06dbe1abe0377239177fb7909877f9cfdf14f057 /src/waypoint.cpp | |
parent | 565b99db223824ae1bf9dd10ffdc075753ce2050 (diff) | |
download | openttd-cb0409fe529586fc85cf3a1f7526c2ad6f9a53d6.tar.xz |
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
Diffstat (limited to 'src/waypoint.cpp')
-rw-r--r-- | src/waypoint.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/waypoint.cpp b/src/waypoint.cpp index 756fcd4c3..358d97dce 100644 --- a/src/waypoint.cpp +++ b/src/waypoint.cpp @@ -5,13 +5,10 @@ #include "stdafx.h" #include "strings_type.h" -#include "rail.h" -#include "station_base.h" -#include "town.h" -#include "waypoint.h" +#include "order_func.h" #include "window_func.h" #include "newgrf_station.h" -#include "order_func.h" +#include "waypoint_base.h" /** * Draw a waypoint |