From e40eb8177ac3ed5235ae13314032bb47095c13e9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Jan 2012 20:26:05 +0000 Subject: (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed --- src/newgrf_canal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/newgrf_canal.h') diff --git a/src/newgrf_canal.h b/src/newgrf_canal.h index e3a971caf..5ae273bf1 100644 --- a/src/newgrf_canal.h +++ b/src/newgrf_canal.h @@ -12,9 +12,8 @@ #ifndef NEWGRF_CANAL_H #define NEWGRF_CANAL_H -#include "gfx_type.h" +#include "newgrf.h" #include "tile_type.h" -#include "newgrf_generic.h" /** Flags controlling the display of canals. */ enum CanalFeatureFlag { -- cgit v1.2.3-54-g00ecf