From fa86474579eec6cf28027906776a8fdc58baf478 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sat, 20 Feb 2016 15:28:48 +1000 Subject: [PATCH] * manage includes --- src/logfile.h | 3 --- src/main.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/logfile.h b/src/logfile.h index da1370d..544f50d 100644 --- a/src/logfile.h +++ b/src/logfile.h @@ -1,9 +1,6 @@ #ifndef F2B_LOGFILE_H_ #define F2B_LOGFILE_H_ -#include -#include - typedef struct { struct f2b_logfile_t *next; char path[PATH_MAX]; diff --git a/src/main.c b/src/main.c index c3459b2..65ff2cf 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ #include "common.h" #include "logfile.h" -#include "match.h" +#include "ipaddr.h" int main() { printf("Hello world!\n");