< prev index next >

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

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

@@ -21,11 +21,11 @@
  * 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.
  */
 
-#import <JavaNativeFoundation/JavaNativeFoundation.h>
+#import "JNIUtilities.h"
 #import <JavaRuntimeSupport/JavaRuntimeSupport.h>
 
 #import "apple_laf_JRSUIConstants.h"
 #import "apple_laf_JRSUIConstants_Key.h"
 #import "apple_laf_JRSUIConstants_AlignmentVertical.h"
< prev index next >