diff options
author | belugas <belugas@openttd.org> | 2008-05-05 02:02:32 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-05-05 02:02:32 +0000 |
commit | 26f11fd1815374f7ca758482309815352d2a47cc (patch) | |
tree | 2cf351bc6a6f9002cc69d800476a5ada902fe82e /src | |
parent | a1e77073fe94f6f244ede900dad929b8c78023f2 (diff) | |
download | openttd-26f11fd1815374f7ca758482309815352d2a47cc.tar.xz |
(svn r12950) -Fix: two includes is one too much
Diffstat (limited to 'src')
-rw-r--r-- | src/newgrf.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp index f6a344ea6..bd14ca64d 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -49,8 +49,6 @@ #include "map_func.h" #include <map> -#include <map> - #include "table/strings.h" #include "table/sprites.h" #include "table/town_land.h" |