aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-07-23 11:13:57 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-07-23 11:13:57 +1000
commit1e60a227ca7eb081b7eb02b0aef9bbb8705733dc (patch)
tree6d09443e7758fcee5a9aa721eeb59811311bc278 /gtk
parent5cbf336f95db427027a72699be6f5034762515aa (diff)
downloadscintilla-mirror-1e60a227ca7eb081b7eb02b0aef9bbb8705733dc.tar.gz
Only use map for character representations instead of unordered_map where possible.
unordered_map caused too many porting problems.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/ScintillaGTK.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index dc8d91565..b02c7202d 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -14,9 +14,6 @@
#include <string>
#include <vector>
#include <map>
-#ifndef SCINTILLA_NO_UNORDERED_MAP
-#include <unordered_map>
-#endif
#include <algorithm>
#include <gtk/gtk.h>