--- old/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c 2020-03-02 01:41:39.104221500 -0800 +++ new/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c 2020-03-02 01:41:38.675115900 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2020, 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 @@ -50,7 +50,7 @@ #include "java_awt_event_InputEvent.h" -#if defined(__linux__) || defined(MACOSX) +#if defined(__linux__) #include #endif