From cb3550e77b1d517bc4475f9383cddb3702e1966f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 23 Jul 2013 11:20:04 +1000 Subject: Made header inclusion more consistent. --- cocoa/PlatCocoa.mm | 6 +++--- cocoa/ScintillaCocoa.mm | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 69eb160eb..2d29bf2be 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -12,9 +12,8 @@ * This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt). */ -#import - -#include "PlatCocoa.h" +#import "ScintillaView.h" +#import "PlatCocoa.h" #include #include @@ -22,6 +21,7 @@ #include #include #include +#include #include #include "XPM.h" diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index b1d950163..374c79128 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -21,8 +21,8 @@ #import #import -#include "ScintillaView.h" -#include "PlatCocoa.h" +#import "ScintillaView.h" +#import "PlatCocoa.h" using namespace Scintilla; -- cgit v1.2.3