aboutsummaryrefslogtreecommitdiffstats
path: root/src/confparser.c
diff options
context:
space:
mode:
authorAnastasis Grammenos <anastasis.gramm2@gmail.com>2018-10-25 12:38:34 +0300
committerAnastasis Grammenos <anastasis.gramm2@gmail.com>2018-10-25 12:38:34 +0300
commitd29c929e444d69ea7d4ce146f67f4c8df36baa95 (patch)
tree7f79ce61f0826b151ee4a1108c4b307afc953d15 /src/confparser.c
parent041274604961bc5633c70f9c3db90f46117c508e (diff)
downloadck-d29c929e444d69ea7d4ce146f67f4c8df36baa95.tar.gz
ck-d29c929e444d69ea7d4ce146f67f4c8df36baa95.tar.bz2
ck-d29c929e444d69ea7d4ce146f67f4c8df36baa95.zip
Don't forward declare enumerations
Diffstat (limited to 'src/confparser.c')
-rw-r--r--src/confparser.c4
1 files changed, 0 insertions, 4 deletions
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 <stdlib.h>
-#include <string.h>
-#include <stdio.h>
-
#include "ckutil.h"
#include "confparser.h"
#include "ckerrlog.h"