--- old/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTEvent.h 2015-09-14 16:35:39.000000000 +0300 +++ new/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTEvent.h 2015-09-14 16:35:39.000000000 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -26,8 +26,6 @@ #ifndef __AWTEVENT_H #define __AWTEVENT_H -#import "LWCToolkit.h" - jlong UTC(NSEvent *event); void DeliverJavaKeyEvent(JNIEnv *env, NSEvent *event, jobject peer); void DeliverJavaMouseEvent(JNIEnv *env, NSEvent *event, jobject peer);