We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c0edb commit 56207b4Copy full SHA for 56207b4
create-gui-template
@@ -68,7 +68,7 @@ cat << !EOF > ${CLASSNAME}.h
68
#define _${CLASSNAME}_h_GNUSTEP_GUI_INCLUDE
69
70
#import <Foundation/${SUPERCLASS}.h>
71
-#import <AppKit/AppKitDefines.h>
+#import "AppKit/AppKitDefines.h"
72
73
#if OS_API_VERSION(MAC_OS_X_VERSION_${VERSION}, GS_API_LATEST)
74
0 commit comments