aboutsummaryrefslogtreecommitdiffstats
path: root/src/ckerrlog.h
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/ckerrlog.h
parent041274604961bc5633c70f9c3db90f46117c508e (diff)
downloadck-d29c929e444d69ea7d4ce146f67f4c8df36baa95.tar.gz
ck-d29c929e444d69ea7d4ce146f67f4c8df36baa95.tar.bz2
ck-d29c929e444d69ea7d4ce146f67f4c8df36baa95.zip
Don't forward declare enumerations
Diffstat (limited to 'src/ckerrlog.h')
-rw-r--r--src/ckerrlog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ckerrlog.h b/src/ckerrlog.h
index a559764..66923cb 100644
--- a/src/ckerrlog.h
+++ b/src/ckerrlog.h
@@ -38,10 +38,9 @@
#ifndef CKERRLOG_H
#define CKERRLOG_H
-#include <stdlib.h>
#include <stdarg.h>
-#include <string.h>
-#include <stdio.h>
+
+#include "ckutil.h"
#define CK_STREAMS \
X(err) \