From 6a9e77e0796a62a62e95ba5870f26b51a6b66c77 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 22:50:51 +0000 Subject: (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. --- src/npf.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/npf.cpp') diff --git a/src/npf.cpp b/src/npf.cpp index 3c7a0da05..76bebf27c 100644 --- a/src/npf.cpp +++ b/src/npf.cpp @@ -6,6 +6,8 @@ #include "openttd.h" #include "bridge_map.h" #include "debug.h" +#include "tile_cmd.h" +#include "bridge.h" #include "functions.h" #include "landscape.h" #include "npf.h" -- cgit v1.2.3-54-g00ecf