aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-15 16:16:54 +1000
committernyamatongwe <devnull@localhost>2010-07-15 16:16:54 +1000
commit788f3b8d784e83b9a5a781bccc91dba6c6a3fc18 (patch)
tree789558432760c17c97165b8ecb2262923260d601
parentd54998c6b37798b5dd10b313f1d67b5e0baab0e9 (diff)
downloadscintilla-mirror-788f3b8d784e83b9a5a781bccc91dba6c6a3fc18.tar.gz
Added new headers for lexer objects.
-rw-r--r--macosx/ScintillaMacOSX.h4
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"