summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-22 02:22:01 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-22 02:22:01 +0200
commit2a64611f72f4726110bf5b209d3dad6f7db9cfdf (patch)
tree4f6c47a109a822b12f9961b109e475619a75dad6
parent09f525417c6c3d778c9e2811f8a4ffcb7bbf68fb (diff)
downloadfastd-2a64611f72f4726110bf5b209d3dad6f7db9cfdf.tar
fastd-2a64611f72f4726110bf5b209d3dad6f7db9cfdf.zip
Clean up fastd.c includes
-rw-r--r--src/fastd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fastd.c b/src/fastd.c
index 6f4f176..aabcaba 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -27,8 +27,6 @@
#include "fastd.h"
#include "async.h"
#include "config.h"
-#include "crypto.h"
-#include "handshake.h"
#include "peer.h"
#include "peer_hashtable.h"
#include "poll.h"
@@ -37,7 +35,6 @@
#include <grp.h>
#include <pthread.h>
#include <signal.h>
-#include <string.h>
#include <syslog.h>
#include <sys/resource.h>
#include <sys/wait.h>
@@ -534,7 +531,7 @@ int main(int argc, char *argv[]) {
fastd_cap_init();
- /* change groups early as the can be relevant for file access (for PID file & log files) */
+ /* change groups early as the can be relevant for file access (for the PID file) */
set_groups();
init_sockets();