VirtualBox

Changeset 27506 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Mar 18, 2010 9:25:08 PM (15 years ago)
Author:
vboxsync
Message:

tcp.cpp: drop some of the includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/tcp.cpp

    r27504 r27506  
    3737#else /* !RT_OS_WINDOWS */
    3838# include <errno.h>
    39 # include <sys/stat.h>
    40 # include <sys/socket.h>
    4139# include <netinet/in.h>
    4240# include <netinet/tcp.h>
    4341# include <arpa/inet.h>
    44 # ifdef IPRT_WITH_TCPIP_V6
    45 #  include <netinet6/in6.h>
    46 # endif
    47 # include <sys/un.h>
    4842# include <netdb.h>
    49 # include <unistd.h>
    50 # include <fcntl.h>
    5143#endif /* !RT_OS_WINDOWS */
    5244#include <limits.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette