diff options
author | rubidium <rubidium@openttd.org> | 2009-12-02 23:53:15 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-02 23:53:15 +0000 |
commit | aa40d8e3adf23556810c2e6f975a514fac66ac62 (patch) | |
tree | 9f4aeabe164869f700cadf5dcc30fa55ed0b6092 /src/pathfinder | |
parent | edc7de7936ef56250199ce924c8f496675a5b8e1 (diff) | |
download | openttd-aa40d8e3adf23556810c2e6f975a514fac66ac62.tar.xz |
(svn r18388) -Codechange: move entering/leaving of road stops to functions of RoadStop
Diffstat (limited to 'src/pathfinder')
-rw-r--r-- | src/pathfinder/yapf/yapf_road.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pathfinder/yapf/yapf_road.cpp b/src/pathfinder/yapf/yapf_road.cpp index a565def27..789100b3f 100644 --- a/src/pathfinder/yapf/yapf_road.cpp +++ b/src/pathfinder/yapf/yapf_road.cpp @@ -10,10 +10,9 @@ /** @file yapf_road.cpp The road pathfinding. */ #include "../../stdafx.h" -#include "../../roadstop_base.h" - #include "yapf.hpp" #include "yapf_node_road.hpp" +#include "../../roadstop_base.h" template <class Types> |