< prev index next >

modules/javafx.graphics/src/main/native-prism-es2/macosx/MacOSXWindowSystemInterface.m

Print this page
rev 10048 : 8166564: @native for mac builds
Reviewed-by: kcr

@@ -26,11 +26,10 @@
 #import <Cocoa/Cocoa.h>
 #import <OpenGL/gl.h>
 #import <OpenGL/CGLTypes.h>
 
 #import "../macosx-window-system.h"
-#import "com_sun_prism_es2_GLPixelFormat.h"
 #import "com_sun_prism_es2_GLPixelFormat_Attributes.h"
 
 void *createPixelFormat(jint *ivalues) {
     NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
     NSOpenGLPixelFormatAttribute attribs[20];
< prev index next >