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. --- src/Editor.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index acd5b3611..859ae180c 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -15,9 +15,6 @@ #include #include #include -#ifndef SCINTILLA_NO_UNORDERED_MAP -#include -#endif #include #include -- cgit v1.2.3