lib/cocoa/examples: we do not need to import framework headers anymore
[nit.git] / lib / cocoa / examples / cocoa_message_box.nit
index 72e35d7..224c7ab 100644 (file)
@@ -19,10 +19,6 @@ module cocoa_message_box
 
 import cocoa
 
-in "ObjC" `{
-       #import <Cocoa/Cocoa.h>
-`}
-
 fun dialog in "ObjC" `{
        NSAlert *alert = [[[NSAlert alloc] init] autorelease];
        [alert setMessageText:@"Hello world!"];