diff options
| -rw-r--r-- | cocoa/ScintillaTest/AppController.h | 4 | ||||
| -rw-r--r-- | cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj | 4 | 
2 files changed, 4 insertions, 4 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; diff --git a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj index 3dde4fe9d..ff962ef69 100644 --- a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj +++ b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj @@ -298,7 +298,7 @@  					SCI_LEXER,  					SCI_NAMESPACE,  				); -				HEADER_SEARCH_PATHS = "../..//**"; +				HEADER_SEARCH_PATHS = "";  				INFOPLIST_FILE = Info.plist;  				INSTALL_PATH = "$(HOME)/Applications";  				LIBRARY_SEARCH_PATHS = "$(inherited)"; @@ -324,7 +324,7 @@  					SCI_LEXER,  					SCI_NAMESPACE,  				); -				HEADER_SEARCH_PATHS = "../..//**"; +				HEADER_SEARCH_PATHS = "";  				INFOPLIST_FILE = Info.plist;  				INSTALL_PATH = "$(HOME)/Applications";  				LIBRARY_SEARCH_PATHS = "$(inherited)"; | 
