aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx/ScintillaMacOSX.h
diff options
context:
space:
mode:
authormixedpuppy <devnull@localhost>2007-11-12 04:07:02 +0000
committermixedpuppy <devnull@localhost>2007-11-12 04:07:02 +0000
commit4d58ea6c2d0c8021606cfc53e1a3158f80dfd8be (patch)
treee0865191496115f3af5b3655eace099c0444cede /macosx/ScintillaMacOSX.h
parentd2d4e5cf62507528ed28f068131636616feff6ed (diff)
downloadscintilla-mirror-4d58ea6c2d0c8021606cfc53e1a3158f80dfd8be.tar.gz
fix osx build
- add namespace to lexR - fix name collision with osx headers in LexTeX
Diffstat (limited to 'macosx/ScintillaMacOSX.h')
-rw-r--r--macosx/ScintillaMacOSX.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ScintillaMacOSX.h b/macosx/ScintillaMacOSX.h
index ebeda834d..1b386b48b 100644
--- a/macosx/ScintillaMacOSX.h
+++ b/macosx/ScintillaMacOSX.h
@@ -26,11 +26,11 @@
#include "Accessor.h"
#include "KeyWords.h"
#endif
-#include "ContractionState.h"
#include "SVector.h"
#include "SplitVector.h"
#include "Partitioning.h"
#include "RunStyles.h"
+#include "ContractionState.h"
#include "CellBuffer.h"
#include "CallTip.h"
#include "KeyMap.h"