From 788f3b8d784e83b9a5a781bccc91dba6c6a3fc18 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 15 Jul 2010 16:16:54 +1000 Subject: Added new headers for lexer objects. --- macosx/ScintillaMacOSX.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/ScintillaMacOSX.h') 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" -- cgit v1.2.3