From 82aeb241248289a06a664d93cd2745f592ddfd98 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 27 Feb 2018 13:27:23 +1100 Subject: Added and to header order and moved POSIX header after standard C++ language headers. --- cocoa/PlatCocoa.h | 4 ++-- cocoa/PlatCocoa.mm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cocoa') diff --git a/cocoa/PlatCocoa.h b/cocoa/PlatCocoa.h index 386e339b5..8a47e7302 100644 --- a/cocoa/PlatCocoa.h +++ b/cocoa/PlatCocoa.h @@ -7,13 +7,13 @@ #ifndef PLATCOCOA_H #define PLATCOCOA_H -#include - #include #include #include #include +#include + #include #include "Platform.h" diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index a8ea02f57..5f9d788cd 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -12,8 +12,6 @@ * This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt). */ -#include - #include #include #include @@ -25,6 +23,8 @@ #include #include +#include + #import #import "Platform.h" -- cgit v1.2.3