From d29c929e444d69ea7d4ce146f67f4c8df36baa95 Mon Sep 17 00:00:00 2001 From: Anastasis Grammenos Date: Thu, 25 Oct 2018 12:38:34 +0300 Subject: Don't forward declare enumerations --- src/confparser.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/confparser.c') diff --git a/src/confparser.c b/src/confparser.c index 2463d79..95c8704 100644 --- a/src/confparser.c +++ b/src/confparser.c @@ -8,10 +8,6 @@ * GPLv3 (see LICENCE for the full notice) * * -------------------------------------------------------------------------- */ -#include -#include -#include - #include "ckutil.h" #include "confparser.h" #include "ckerrlog.h" -- cgit v1.2.3