lib/cocoa/examples: we do not need to import framework headers anymore
[nit.git] / lib / cocoa / examples / hello_cocoa.nit
index 3a2b168..960b001 100644 (file)
@@ -19,10 +19,6 @@ module hello_cocoa
 
 import cocoa::foundation
 
-in "ObjC" `{
-       #import <Foundation/Foundation.h>
-`}
-
 # Print `"Hello world!"` to the log
 fun hello_world in "ObjC" `{
        @autoreleasepool {