diff options
| author | Sebastian | 2016-02-10 21:14:40 +0100 |
|---|---|---|
| committer | Sebastian | 2016-02-11 00:09:39 +0100 |
| commit | 34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e (patch) | |
| tree | a1f8bc19d7ae76ea00622edd65bb2676d624ba05 /src/shared/sockhelper.c | |
| parent | [SHARED] signal.h -> fdsignal.h (diff) | |
| download | dnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.tar.gz dnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.tar.xz dnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.zip | |
cleanup commits
Diffstat (limited to 'src/shared/sockhelper.c')
| -rw-r--r-- | src/shared/sockhelper.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/sockhelper.c b/src/shared/sockhelper.c index d1dbd8c..4a4563e 100644 --- a/src/shared/sockhelper.c +++ b/src/shared/sockhelper.c @@ -1,10 +1,7 @@ #include "sockhelper.h" #include "log.h" -#include <sys/types.h> -#include <sys/socket.h> #include <arpa/inet.h> // inet_ntop #include <netdb.h> -#include <string.h> #include <stdio.h> #include <unistd.h> #include <errno.h> |
