diff -r 8a9072bd132b -r 18c9669e76ca jdk/src/java.base/windows/native/libnet/SocketOutputStream.c --- a/jdk/src/java.base/windows/native/libnet/SocketOutputStream.c Wed Oct 26 19:07:05 2016 -0700 +++ b/jdk/src/java.base/windows/native/libnet/SocketOutputStream.c Thu Oct 27 11:00:28 2016 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2016, 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 @@ -22,20 +22,12 @@ * or visit www.oracle.com if you need additional information or have any * questions. */ +#include -#include -#include -#include -#include -#include -#include -#include +#include "net_util.h" #include "java_net_SocketOutputStream.h" -#include "net_util.h" -#include "jni_util.h" - /************************************************************************ * SocketOutputStream */