aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/PlatCocoa.mm
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2016-04-08 10:49:16 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2016-04-08 10:49:16 +1000
commit8c9d0f1640b7133977d73285e6b103158bbe7653 (patch)
treec9ee5c488bdcdc04500f8ad9fd3231d50d193c4a /cocoa/PlatCocoa.mm
parent0d20c56f749576c60c54410985cd31aa27120231 (diff)
downloadscintilla-mirror-8c9d0f1640b7133977d73285e6b103158bbe7653.tar.gz
Update header ordering to cover all headers used in Scintilla and reorder
in Cocoa source consistently.
Diffstat (limited to 'cocoa/PlatCocoa.mm')
-rw-r--r--cocoa/PlatCocoa.mm7
1 files changed, 4 insertions, 3 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm
index 60eac53dc..82a172e3f 100644
--- a/cocoa/PlatCocoa.mm
+++ b/cocoa/PlatCocoa.mm
@@ -26,13 +26,14 @@
#import <Foundation/NSGeometry.h>
#import "Platform.h"
-#import "ScintillaView.h"
-#import "ScintillaCocoa.h"
-#import "PlatCocoa.h"
#include "StringCopy.h"
#include "XPM.h"
+#import "ScintillaView.h"
+#import "ScintillaCocoa.h"
+#import "PlatCocoa.h"
+
using namespace Scintilla;
extern sptr_t scintilla_send_message(void* sci, unsigned int iMessage, uptr_t wParam, sptr_t lParam);