summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-01-04 21:02:59 +0000
committerglx <glx@openttd.org>2009-01-04 21:02:59 +0000
commitc7959ce2a9e2f5a4cbdb28aaabe4330695358308 (patch)
tree0b62b852f3438eeaafb1e8547b3f4a836f8b3317 /src/widgets
parentec7244d971f0072d5ea63d601efc334e2f9bcd6e (diff)
downloadopenttd-c7959ce2a9e2f5a4cbdb28aaabe4330695358308.tar.xz
(svn r14840) -Cleanup: remove duplicate includes
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/dropdown.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/dropdown.cpp b/src/widgets/dropdown.cpp
index 23f87a2cf..2b7c41d64 100644
--- a/src/widgets/dropdown.cpp
+++ b/src/widgets/dropdown.cpp
@@ -7,7 +7,6 @@
#include "../strings_type.h"
#include "../window_gui.h"
#include "../strings_func.h"
-#include "../strings_type.h"
#include "../gfx_func.h"
#include "../window_func.h"
#include "../core/math_func.hpp"