From b0ac283aeca94df1af922bc3e02d456464486427 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Jan 2008 00:57:19 +0000 Subject: (svn r11774) -Change: do not include variables.h in a header when it is not needed. --- src/npf.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/npf.cpp') diff --git a/src/npf.cpp b/src/npf.cpp index a5d8c7146..2031035b5 100644 --- a/src/npf.cpp +++ b/src/npf.cpp @@ -21,6 +21,7 @@ #include "tunnelbridge_map.h" #include "functions.h" #include "vehicle_base.h" +#include "settings_type.h" static AyStar _npf_aystar; -- cgit v1.2.3-54-g00ecf