aboutsummaryrefslogtreecommitdiff
path: root/include/netinet
diff options
context:
space:
mode:
Diffstat (limited to 'include/netinet')
-rw-r--r--include/netinet/in.h10
-rw-r--r--include/netinet/tcp.h10
2 files changed, 0 insertions, 20 deletions
diff --git a/include/netinet/in.h b/include/netinet/in.h
deleted file mode 100644
index 20e57b8..0000000
--- a/include/netinet/in.h
+++ /dev/null
@@ -1,10 +0,0 @@
1/*
2 * Public domain
3 * netinet/in.h compatibility shim
4 */
5
6#ifndef _WIN32
7#include_next <netinet/in.h>
8#else
9#include <win32netcompat.h>
10#endif
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h
deleted file mode 100644
index c98cf74..0000000
--- a/include/netinet/tcp.h
+++ /dev/null
@@ -1,10 +0,0 @@
1/*
2 * Public domain
3 * netinet/tcp.h compatibility shim
4 */
5
6#ifndef _WIN32
7#include_next <netinet/tcp.h>
8#else
9#include <win32netcompat.h>
10#endif