From 0d3f5e6e74cae69d927a65a3d59c6391b713b987 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 31 Jan 2009 20:16:06 +0000 Subject: (svn r15299) -Cleanup: remove many redundant includes --- src/newgrf_generic.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/newgrf_generic.cpp') diff --git a/src/newgrf_generic.cpp b/src/newgrf_generic.cpp index c2dd2734e..465c75266 100644 --- a/src/newgrf_generic.cpp +++ b/src/newgrf_generic.cpp @@ -3,16 +3,9 @@ /** @file newgrf_generic.cpp Handling of generic feature callbacks. */ #include "stdafx.h" -#include "openttd.h" -#include "variables.h" -#include "landscape.h" #include "debug.h" #include "newgrf.h" -#include "newgrf_callbacks.h" -#include "newgrf_commons.h" #include "newgrf_spritegroup.h" -#include "newgrf_generic.h" -#include "tile_map.h" #include -- cgit v1.2.3-54-g00ecf