From 0737fe8093eb8081a5e44c164f8b656f95301b2a Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 2 Jun 2020 15:57:58 -0400 Subject: Fixed build error on Windows with previous backport. --- src/ScintillaBase.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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" -- cgit v1.2.3