* java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jul 2002 18:33:44 +0000 (18:33 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jul 2002 18:33:44 +0000 (18:33 +0000)
fcntl.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55780 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/java/io/natFileDescriptorPosix.cc

index dde92df..347f39d 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-26  Tom Tromey  <tromey@redhat.com>
+
+       * java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or
+       fcntl.h.
+
 2002-07-24  Tom Tromey  <tromey@redhat.com>
 
        * java/lang/Runtime.java (loadLibrary): Pass `true' as search
index fb11d62..9f4c7c3 100644 (file)
@@ -17,8 +17,6 @@ details.  */
 #include <string.h>
 #include <sys/stat.h>
 #include <sys/param.h>
-#include <sys/socket.h>
-#include <fcntl.h>
 
 #ifdef HAVE_SYS_IOCTL_H
 #define BSD_COMP /* Get FIONREAD on Solaris2. */