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 | e4f5fb2eda66d4d8dfc39c3d5b9ddabcb36ce122 (patch) | |
tree | 7e242032a741cc39270ab9ba892d5d9fa9ba28ae /lexers/LexCoffeeScript.cxx | |
parent | f7cab317b777bb8fedb4bd8f4eeb7e68bf712989 (diff) | |
download | scintilla-mirror-e4f5fb2eda66d4d8dfc39c3d5b9ddabcb36ce122.tar.gz |
Remove include of Platform.h that is not used by the CoffeeScript lexer as that
makes it more difficult to change Platform.h.
Diffstat (limited to 'lexers/LexCoffeeScript.cxx')
-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" |