diff options
| author | nyamatongwe <nyamatongwe@gmail.com> | 2013-07-23 11:13:57 +1000 |
|---|---|---|
| committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-07-23 11:13:57 +1000 |
| commit | 1e60a227ca7eb081b7eb02b0aef9bbb8705733dc (patch) | |
| tree | 6d09443e7758fcee5a9aa721eeb59811311bc278 /cocoa/ScintillaCocoa.h | |
| parent | 5cbf336f95db427027a72699be6f5034762515aa (diff) | |
| download | scintilla-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 'cocoa/ScintillaCocoa.h')
| -rw-r--r-- | cocoa/ScintillaCocoa.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 <vector> #include <map> -#ifndef SCINTILLA_NO_UNORDERED_MAP -#include <unordered_map> -#endif #include "ILexer.h" |
