diff options
author | Tom Tromey <tromey@redhat.com> | 2002-07-26 18:33:44 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-07-26 18:33:44 +0000 |
commit | 8a7f132d3dc5c2c543b5f9fb7fa098b0208c6474 (patch) | |
tree | 5f54e9000189a1b3b7887b4ebdd22b745aecb5f3 /libjava/java/io | |
parent | b41f25cf9230b2da678db75eb495a4bd9bd5e137 (diff) | |
download | gcc-8a7f132d3dc5c2c543b5f9fb7fa098b0208c6474.zip gcc-8a7f132d3dc5c2c543b5f9fb7fa098b0208c6474.tar.gz gcc-8a7f132d3dc5c2c543b5f9fb7fa098b0208c6474.tar.bz2 |
natFileDescriptorPosix.cc: Don't include sys/socket.h or fcntl.h.
* java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or
fcntl.h.
From-SVN: r55780
Diffstat (limited to 'libjava/java/io')
-rw-r--r-- | libjava/java/io/natFileDescriptorPosix.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libjava/java/io/natFileDescriptorPosix.cc b/libjava/java/io/natFileDescriptorPosix.cc index fb11d62..9f4c7c3 100644 --- a/libjava/java/io/natFileDescriptorPosix.cc +++ b/libjava/java/io/natFileDescriptorPosix.cc @@ -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. */ |