From 722613f7f3d833e28193f4c628161a372aa346b5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 27 Dec 2007 13:35:39 +0000 Subject: (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes. --- src/npf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/npf.cpp') diff --git a/src/npf.cpp b/src/npf.cpp index 8b0786888..a253fd757 100644 --- a/src/npf.cpp +++ b/src/npf.cpp @@ -5,7 +5,6 @@ #include "stdafx.h" #include "openttd.h" #include "npf.h" -#include "vehicle.h" #include "bridge_map.h" #include "debug.h" #include "tile_cmd.h" @@ -21,6 +20,7 @@ #include "water_map.h" #include "tunnelbridge_map.h" #include "functions.h" +#include "vehicle_base.h" static AyStar _npf_aystar; -- cgit v1.2.3-54-g00ecf