From 160275478437d8b4e5c45929f9e864d7a6c93ec3 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 12 Jun 2021 19:19:15 -0400 Subject: Remove unecessary includes. This is because I now have these includes in `network.h`. --- pullreqd.c | 9 +-------- 1 file changed, 1 insertion(+), 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 -#include -#include -#include #include #include #include #include #include -#include -#include -#include -#include #include #include #include "config.h" #include "macros.h" +#include "network.h" #define UNIX_PATH_MAX 108 -- cgit v1.2.3-13-gbd6f