diff options
author | Max Kellermann <max@duempel.org> | 2015-07-21 10:38:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-07-21 10:38:58 +0200 |
commit | 49aaf98a7fbcc8a15fb4a461858db0f2bdd76676 (patch) | |
tree | 0f21bd762bb7098632b8e1b4291fddd3afb935a0 /src/net/StaticSocketAddress.hxx | |
parent | ccdb94b06cd0288461ac64fbf2cdf662bdc49a18 (diff) |
net/StaticSocketAddress: include cleanup
Diffstat (limited to 'src/net/StaticSocketAddress.hxx')
-rw-r--r-- | src/net/StaticSocketAddress.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/StaticSocketAddress.hxx b/src/net/StaticSocketAddress.hxx index 4e1873a81..ee0e18414 100644 --- a/src/net/StaticSocketAddress.hxx +++ b/src/net/StaticSocketAddress.hxx @@ -42,8 +42,6 @@ #include <sys/socket.h> #endif -struct ifaddrs; - /** * An OO wrapper for struct sockaddr_storage. */ |