From b00a5f1069b5bcf37af5d601e3e2828d0d09a1f0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 28 Nov 2009 20:35:25 +0000 Subject: (svn r18330) -Cleanup: remove some unneeded includes --- src/widgets/dropdown.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/widgets') diff --git a/src/widgets/dropdown.cpp b/src/widgets/dropdown.cpp index 547521754..72bc30856 100644 --- a/src/widgets/dropdown.cpp +++ b/src/widgets/dropdown.cpp @@ -16,7 +16,6 @@ #include "../window_func.h" #include "dropdown_type.h" -#include "table/strings.h" void DropDownListItem::Draw(int left, int right, int top, int bottom, bool sel, int bg_colour) const { -- cgit v1.2.3-54-g00ecf