jdk/src/java.base/unix/native/libnet/SocketInputStream.c
changeset 41771 18c9669e76ca
parent 41210 73593ed418ff
child 44916 54d70322b32c
--- a/jdk/src/java.base/unix/native/libnet/SocketInputStream.c	Wed Oct 26 19:07:05 2016 -0700
+++ b/jdk/src/java.base/unix/native/libnet/SocketInputStream.c	Thu Oct 27 11:00:28 2016 +0200
@@ -22,20 +22,15 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
-
+#include <errno.h>
 #include <stdlib.h>
-#include <errno.h>
 #include <string.h>
-#include <sys/types.h>
-#include <sys/socket.h>
 
-#include "jvm.h"
-#include "jni_util.h"
 #include "net_util.h"
 
 #include "java_net_SocketInputStream.h"
 
-/************************************************************************
+/*
  * SocketInputStream
  */