From 5f67b8b3fffefa94de9cd5cb51592b9e9efe12c8 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Tue, 17 Jun 2014 15:45:44 +1000 Subject: Use headers from framework instead of from relative paths. This checks that the Scintilla framework exposes headers correctly. --- cocoa/ScintillaTest/AppController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cocoa/ScintillaTest/AppController.h') diff --git a/cocoa/ScintillaTest/AppController.h b/cocoa/ScintillaTest/AppController.h index dbc2417f5..6025f6a50 100644 --- a/cocoa/ScintillaTest/AppController.h +++ b/cocoa/ScintillaTest/AppController.h @@ -9,8 +9,8 @@ #import -#import "ScintillaView.h" -#import "InfoBar.h" +#import "Scintilla/ScintillaView.h" +#import "Scintilla/InfoBar.h" @interface AppController : NSObject { IBOutlet NSBox *mEditHost; -- cgit v1.2.3