diff options
author | nyamatongwe <devnull@localhost> | 2010-07-15 16:16:54 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-07-15 16:16:54 +1000 |
commit | 788f3b8d784e83b9a5a781bccc91dba6c6a3fc18 (patch) | |
tree | 789558432760c17c97165b8ecb2262923260d601 /macosx/ScintillaMacOSX.h | |
parent | d54998c6b37798b5dd10b313f1d67b5e0baab0e9 (diff) | |
download | scintilla-mirror-788f3b8d784e83b9a5a781bccc91dba6c6a3fc18.tar.gz |
Added new headers for lexer objects.
Diffstat (limited to 'macosx/ScintillaMacOSX.h')
-rw-r--r-- | macosx/ScintillaMacOSX.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/ScintillaMacOSX.h b/macosx/ScintillaMacOSX.h index 6c050abb1..fd20be2d2 100644 --- a/macosx/ScintillaMacOSX.h +++ b/macosx/ScintillaMacOSX.h @@ -26,10 +26,10 @@ #include "ScintillaWidget.h" #ifdef SCI_LEXER #include "SciLexer.h" -#include "PropSet.h" #include "PropSetSimple.h" +#include "ILexer.h" +#include "LexAccessor.h" #include "Accessor.h" -#include "KeyWords.h" #endif #include "SVector.h" #include "SplitVector.h" |