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. --- cocoa/ScintillaCocoa.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index cddce4b5b..9b2c9fa1e 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -21,9 +21,6 @@ #include #include -#ifndef SCINTILLA_NO_UNORDERED_MAP -#include -#endif #include "ILexer.h" -- cgit v1.2.3