From c570c7c6fb1abc780510efd5eee6c3a9131a54e4 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/ScintillaBase.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ScintillaBase.cxx') diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index 462d90ea4..05768799d 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -14,9 +14,6 @@ #include #include #include -#ifndef SCINTILLA_NO_UNORDERED_MAP -#include -#endif #include #include "Platform.h" -- cgit v1.2.3