diff options
author | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-10-25 12:38:34 +0300 |
---|---|---|
committer | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-10-25 12:38:34 +0300 |
commit | d29c929e444d69ea7d4ce146f67f4c8df36baa95 (patch) | |
tree | 7f79ce61f0826b151ee4a1108c4b307afc953d15 /src/ckutil.c | |
parent | 041274604961bc5633c70f9c3db90f46117c508e (diff) | |
download | ck-d29c929e444d69ea7d4ce146f67f4c8df36baa95.tar.gz ck-d29c929e444d69ea7d4ce146f67f4c8df36baa95.tar.bz2 ck-d29c929e444d69ea7d4ce146f67f4c8df36baa95.zip |
Don't forward declare enumerations
Diffstat (limited to 'src/ckutil.c')
-rw-r--r-- | src/ckutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ckutil.c b/src/ckutil.c index 6ce736c..b852f72 100644 --- a/src/ckutil.c +++ b/src/ckutil.c @@ -10,7 +10,6 @@ * -------------------------------------------------------------------------- */ #include <ctype.h> #include <dirent.h> -#include <limits.h> #include <fcntl.h> #include <libgen.h> #include <sys/sendfile.h> |