natFileDescriptorPosix.cc: Don't include sys/socket.h or fcntl.h.
authorTom Tromey <tromey@redhat.com>
Fri, 26 Jul 2002 18:33:44 +0000 (18:33 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 26 Jul 2002 18:33:44 +0000 (18:33 +0000)
* java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or
fcntl.h.

From-SVN: r55780

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

index dde92df3e611f5f325317276cee4c6da70d4509c..347f39d7f960f8eeaf618355fdd867ec9359d016 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 fb11d6262d1fca6a02ed4aef430df554c9c84826..9f4c7c3cb1dcec5f9a5bb0b10d875aca6997aa03 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. */