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
commitc61674221cc37acf26ea4e00b45c65bcc4f0a8bd (patch)
tree0b62b852f3438eeaafb1e8547b3f4a836f8b3317 /src/widgets
parent65a40146f247def5f812b7c77f1918cd5a3184cf (diff)
downloadopenttd-c61674221cc37acf26ea4e00b45c65bcc4f0a8bd.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"