diff options
author | Neil <nyamatongwe@gmail.com> | 2019-12-13 10:15:42 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-12-13 10:15:42 +1100 |
commit | 54c7ef44396c43b964060cb15e2ebdbf7359cb02 (patch) | |
tree | 19e0aaa84f43dff55da2a4adefbbccdcc543a201 /gtk/ScintillaGTKAccessible.cxx | |
parent | 9f57c6efaee18d374da2abdb2e556830f2beb592 (diff) | |
download | scintilla-mirror-54c7ef44396c43b964060cb15e2ebdbf7359cb02.tar.gz |
Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.
This allows removal of related #include statements.
Diffstat (limited to 'gtk/ScintillaGTKAccessible.cxx')
-rw-r--r-- | gtk/ScintillaGTKAccessible.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/ScintillaGTKAccessible.cxx b/gtk/ScintillaGTKAccessible.cxx index 87fd20f27..8d67c782f 100644 --- a/gtk/ScintillaGTKAccessible.cxx +++ b/gtk/ScintillaGTKAccessible.cxx @@ -92,14 +92,8 @@ #include "ILexer.h" #include "Scintilla.h" #include "ScintillaWidget.h" -#ifdef SCI_LEXER -#include "SciLexer.h" -#endif #include "StringCopy.h" #include "CharacterCategory.h" -#ifdef SCI_LEXER -#include "LexerModule.h" -#endif #include "Position.h" #include "UniqueString.h" #include "SplitVector.h" |