From 1e60a227ca7eb081b7eb02b0aef9bbb8705733dc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 23 Jul 2013 11:13:57 +1000 Subject: Only use map for character representations instead of unordered_map where possible. unordered_map caused too many porting problems. --- qt/ScintillaEditBase/ScintillaQt.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'qt') diff --git a/qt/ScintillaEditBase/ScintillaQt.h b/qt/ScintillaEditBase/ScintillaQt.h index d9f2458c5..d3c5be594 100644 --- a/qt/ScintillaEditBase/ScintillaQt.h +++ b/qt/ScintillaEditBase/ScintillaQt.h @@ -19,9 +19,6 @@ #include #include #include -#ifndef SCINTILLA_NO_UNORDERED_MAP -#include -#endif #include #include "Scintilla.h" -- cgit v1.2.3