diff options
author | Neil <nyamatongwe@gmail.com> | 2018-04-23 10:12:11 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-04-23 10:12:11 +1000 |
commit | 3a683d8e5f35fc86056a531ce68034ee700c2f6b (patch) | |
tree | 58fe1c1bd08e112f71cdcc620c84d23edfc4da76 | |
parent | 8f9a43df028d13c1bc6654aa6dcf66dd542843d2 (diff) | |
download | scintilla-mirror-3a683d8e5f35fc86056a531ce68034ee700c2f6b.tar.gz |
Backport: Remove include of Platform.h that is not used by the CoffeeScript lexer as that
makes it more difficult to change Platform.h.
Backport of changeset 6732:6bdd215bedf9.
-rw-r--r-- | lexers/LexCoffeeScript.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lexers/LexCoffeeScript.cxx b/lexers/LexCoffeeScript.cxx index 465e92ca3..a00162335 100644 --- a/lexers/LexCoffeeScript.cxx +++ b/lexers/LexCoffeeScript.cxx @@ -16,7 +16,6 @@ #include <algorithm> -#include "Platform.h" #include "ILexer.h" #include "Scintilla.h" #include "SciLexer.h" |