From aa40d8e3adf23556810c2e6f975a514fac66ac62 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 2 Dec 2009 23:53:15 +0000 Subject: (svn r18388) -Codechange: move entering/leaving of road stops to functions of RoadStop --- src/pathfinder/yapf/yapf_road.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pathfinder') 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 -- cgit v1.2.3-54-g00ecf