aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormitchell <unknown>2020-06-02 15:57:58 -0400
committermitchell <unknown>2020-06-02 15:57:58 -0400
commit0737fe8093eb8081a5e44c164f8b656f95301b2a (patch)
tree13e542f479a9b033428eb7840c23b8843be88c0c
parent8c9b09dd5f861e52590a154b2ad8ee0f0dc4e89f (diff)
downloadscintilla-mirror-0737fe8093eb8081a5e44c164f8b656f95301b2a.tar.gz
Fixed build error on Windows with previous backport.
-rw-r--r--src/ScintillaBase.cxx2
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"