aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-23 10:12:11 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-23 10:12:11 +1000
commit3a683d8e5f35fc86056a531ce68034ee700c2f6b (patch)
tree58fe1c1bd08e112f71cdcc620c84d23edfc4da76
parent8f9a43df028d13c1bc6654aa6dcf66dd542843d2 (diff)
downloadscintilla-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.cxx1
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"