aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/PlatCocoa.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-05-24 15:15:49 +1000
committerNeil <nyamatongwe@gmail.com>2014-05-24 15:15:49 +1000
commitb0296d86a48642f2f381c3e0b11a022482ae25e3 (patch)
tree799c8fa56339d4bfc62ae4d0ff8ef058a228d70b /cocoa/PlatCocoa.h
parent0e25a153a1970e5b895072f265c02bac9fd7f3fa (diff)
downloadscintilla-mirror-b0296d86a48642f2f381c3e0b11a022482ae25e3.tar.gz
Header include statements are now in a standardised order with that order
defined in scripts/HeaderOrder.txt.
Diffstat (limited to 'cocoa/PlatCocoa.h')
-rw-r--r--cocoa/PlatCocoa.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h
index 06b7a1f5b..60977c92e 100644
--- a/cocoa/PlatCocoa.h
+++ b/cocoa/PlatCocoa.h
@@ -7,14 +7,14 @@
#ifndef PLATCOCOA_H
#define PLATCOCOA_H
-#include <cstring>
-#include <cstdio>
-#include <cstdlib>
-
#include <assert.h>
#include <sys/time.h>
+#include <cstdlib>
+#include <cstring>
+#include <cstdio>
+
#include <Cocoa/Cocoa.h>
#include "QuartzTextLayout.h"