aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-13 21:40:42 +1000
committernyamatongwe <devnull@localhost>2010-07-13 21:40:42 +1000
commit0f8368b69dc3fd123dab6f0e06ec3f735fd14eb8 (patch)
treec0f4f250840266e2cfcac2e03fa3f5e5a855da5f /cocoa/ScintillaCocoa.h
parentd4d3f82cc71c64c05ce6efdcb61164092da51c2b (diff)
downloadscintilla-mirror-0f8368b69dc3fd123dab6f0e06ec3f735fd14eb8.tar.gz
Platform files changed for new lexer design.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r--cocoa/ScintillaCocoa.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index 3f4d20093..5be17c773 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -21,12 +21,11 @@
#include <vector>
+#include "ILexer.h"
+
#ifdef SCI_LEXER
#include "SciLexer.h"
-#include "PropSet.h"
#include "PropSetSimple.h"
-#include "Accessor.h"
-#include "KeyWords.h"
#endif
#include "SVector.h"