aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/PlatCocoa.mm
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-09-08 12:57:45 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-09-08 12:57:45 +1000
commiteb62b8e93491d96e7e8e99e6f6860d1f6441cdd9 (patch)
treebd0816183b84c618a92dfb75d3ef0805fde8cfb8 /cocoa/PlatCocoa.mm
parent8d67948c8a547be2e60d14856dfb96dfc543cfb2 (diff)
downloadscintilla-mirror-eb62b8e93491d96e7e8e99e6f6860d1f6441cdd9.tar.gz
Stop exposing Scintilla implementation to clients from ScintillaView header.
Platform.h and ScintillaCocoa.h are no longer imported in ScintillaView.h
Diffstat (limited to 'cocoa/PlatCocoa.mm')
-rw-r--r--cocoa/PlatCocoa.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm
index 3ce5abe0e..c5fba7533 100644
--- a/cocoa/PlatCocoa.mm
+++ b/cocoa/PlatCocoa.mm
@@ -12,7 +12,9 @@
* This file is dual licensed under LGPL v2.1 and the Scintilla license (http://www.scintilla.org/License.txt).
*/
+#import "Platform.h"
#import "ScintillaView.h"
+#import "ScintillaCocoa.h"
#import "PlatCocoa.h"
#include <cstring>