diff options
| author | mitchell <unknown> | 2020-06-02 15:57:58 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2020-06-02 15:57:58 -0400 |
| commit | 0737fe8093eb8081a5e44c164f8b656f95301b2a (patch) | |
| tree | 13e542f479a9b033428eb7840c23b8843be88c0c | |
| parent | 8c9b09dd5f861e52590a154b2ad8ee0f0dc4e89f (diff) | |
| download | scintilla-mirror-0737fe8093eb8081a5e44c164f8b656f95301b2a.tar.gz | |
Fixed build error on Windows with previous backport.
| -rw-r--r-- | src/ScintillaBase.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index af1a6f52e..0ef8a5b30 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -28,10 +28,8 @@ #include "PropSetSimple.h" #include "CharacterCategory.h" -#ifdef SCI_LEXER #include "LexerModule.h" #include "Catalogue.h" -#endif #include "Position.h" #include "UniqueString.h" |
