summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pullreqd.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/pullreqd.c b/pullreqd.c
index 5e403a9..a4a96b0 100644
--- a/pullreqd.c
+++ b/pullreqd.c
@@ -1,20 +1,13 @@
-#include <arpa/inet.h>
-#include <errno.h>
-#include <netdb.h>
-#include <netinet/in.h>
#include <signal.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/socket.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <sys/un.h>
#include <syslog.h>
#include <unistd.h>
#include "config.h"
#include "macros.h"
+#include "network.h"
#define UNIX_PATH_MAX 108