summaryrefslogtreecommitdiffstats
path: root/src/server/helper.c
diff options
context:
space:
mode:
authorSebastian2016-02-10 21:14:40 +0100
committerSebastian2016-02-11 00:09:39 +0100
commit34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e (patch)
treea1f8bc19d7ae76ea00622edd65bb2676d624ba05 /src/server/helper.c
parent[SHARED] signal.h -> fdsignal.h (diff)
downloaddnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.tar.gz
dnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.tar.xz
dnbd3-34ddebc84cb9ea933cfdb9cc3fa688b6a2fae78e.zip
cleanup commits
Diffstat (limited to 'src/server/helper.c')
-rw-r--r--src/server/helper.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/helper.c b/src/server/helper.c
index bb2eb9b..477acef 100644
--- a/src/server/helper.c
+++ b/src/server/helper.c
@@ -1,13 +1,9 @@
#include "helper.h"
#include <arpa/inet.h>
-#include <string.h>
#include <stdlib.h>
-#include <assert.h>
#include <sys/prctl.h> // For thread names
#include <signal.h>
-#include "../config.h"
-
/**
* Parse IPv4 or IPv6 address in string representation to a suitable format usable by the BSD socket library
* !! Contents of 'string' might be modified by this function !!