summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-05-05 02:02:32 +0000
committerbelugas <belugas@openttd.org>2008-05-05 02:02:32 +0000
commitdcdfb0213058fc6830fddc3e92850f59d8c47cf2 (patch)
tree2cf351bc6a6f9002cc69d800476a5ada902fe82e /src
parent62259ff6659f0ca3554b70fb0d65255181c7983f (diff)
downloadopenttd-dcdfb0213058fc6830fddc3e92850f59d8c47cf2.tar.xz
(svn r12950) -Fix: two includes is one too much
Diffstat (limited to 'src')
-rw-r--r--src/newgrf.cpp2
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"