summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
diff options
context:
space:
mode:
authorTom Bartelt <tom@ataullah.(none)>2013-07-23 06:43:41 -0400
committerTom Bartelt <tom@ataullah.(none)>2013-07-23 06:43:41 -0400
commit6f6db8abc09321736c557133a88943052e387c6a (patch)
tree083db1adbad9341e0c30fa48ca9f0c4b9ab5a75b /other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
parent06eb768a5756fc915bb3e2f6bb0c7e1e8031ca9b (diff)
removed useless header
Diffstat (limited to 'other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c')
-rw-r--r--other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
index e10b5bc5..395bd7f2 100644
--- a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
+++ b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
@@ -7,7 +7,6 @@
7#include <sys/stat.h> /* umask */ 7#include <sys/stat.h> /* umask */
8#include <unistd.h> /* POSIX things */ 8#include <unistd.h> /* POSIX things */
9#include <errno.h> 9#include <errno.h>
10#include <err.h>
11 10
12#include <stdio.h> 11#include <stdio.h>
13#include <stdlib.h> 12#include <stdlib.h>