aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
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
commitc570c7c6fb1abc780510efd5eee6c3a9131a54e4 (patch)
tree817ff2215fa00425d00e6a81fcbd00442c2d09ac /gtk/ScintillaGTK.cxx
parent199d7ee000fcb1ce24d3f4a919dc825e6c0d2f45 (diff)
downloadscintilla-mirror-c570c7c6fb1abc780510efd5eee6c3a9131a54e4.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/ScintillaGTK.cxx')
-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>