summaryrefslogtreecommitdiffstats
path: root/src/server/helper.c
diff options
context:
space:
mode:
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 !!