From 2a64611f72f4726110bf5b209d3dad6f7db9cfdf Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 22 May 2014 02:22:01 +0200 Subject: Clean up fastd.c includes --- src/fastd.c | 5 +---- 1 file changed, 1 insertion(+), 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 #include #include -#include #include #include #include @@ -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(); -- cgit v1.2.3