aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/AppController.h
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2014-06-17 15:45:44 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2014-06-17 15:45:44 +1000
commit5f67b8b3fffefa94de9cd5cb51592b9e9efe12c8 (patch)
tree40667557da2fff6eb55e65ac0c5be1879550e02f /cocoa/ScintillaTest/AppController.h
parent9e7d406d43781859d05782ebb78c352b1489bb71 (diff)
downloadscintilla-mirror-5f67b8b3fffefa94de9cd5cb51592b9e9efe12c8.tar.gz
Use headers from framework instead of from relative paths.
This checks that the Scintilla framework exposes headers correctly.
Diffstat (limited to 'cocoa/ScintillaTest/AppController.h')
-rw-r--r--cocoa/ScintillaTest/AppController.h4
1 files changed, 2 insertions, 2 deletions
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 <Cocoa/Cocoa.h>
-#import "ScintillaView.h"
-#import "InfoBar.h"
+#import "Scintilla/ScintillaView.h"
+#import "Scintilla/InfoBar.h"
@interface AppController : NSObject {
IBOutlet NSBox *mEditHost;