summaryrefslogtreecommitdiff
path: root/ui/folder_history_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/folder_history_box.h')
-rw-r--r--ui/folder_history_box.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/folder_history_box.h b/ui/folder_history_box.h
index 24ff1725..68197786 100644
--- a/ui/folder_history_box.h
+++ b/ui/folder_history_box.h
@@ -10,7 +10,6 @@
#include <wx/combobox.h>
#include <memory>
#include <zen/zstring.h>
-#include <wx+/string_conv.h>
#include <zen/stl_tools.h>
//combobox with history function + functionality to delete items (DEL)
bgstack15