< prev index next >

src/java.desktop/macosx/native/libosxui/AquaLookAndFeel.m

Print this page
rev 54098 : 8260616: Removing remaining JNF dependencies in the java.desktop module
8259729: Missed JNFInstanceOf -> IsInstanceOf conversion

@@ -21,16 +21,13 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-// Must include this before JavaNativeFoundation.h to get jni.h from build
 #include "jni.h"
 #include "jni_util.h"
 
-#import <JavaNativeFoundation/JavaNativeFoundation.h>
-
 /*
  *    Empty JNI_OnLoad - needed to prevent:
  *    <rdar://4984599> AWT's JNI_OnLoad called multiple times
  *    Please remove when <rdar://5121166> has been resolved.
  */
< prev index next >