diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-10-05 13:47:36 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-10-05 16:59:14 +0300 |
commit | 531fea4c9082d6542c776dcb6d4ca0a3949ecdd0 (patch) | |
tree | 5d7d5ccb6d78c415cc4422569d9f88f0b1cf8bd1 /libfetch/file.c | |
parent | f6860e0e110a82fe61ce46de4fb5a05794e456ab (diff) | |
download | apk-tools-531fea4c9082d6542c776dcb6d4ca0a3949ecdd0.tar.gz apk-tools-531fea4c9082d6542c776dcb6d4ca0a3949ecdd0.tar.bz2 apk-tools-531fea4c9082d6542c776dcb6d4ca0a3949ecdd0.tar.xz apk-tools-531fea4c9082d6542c776dcb6d4ca0a3949ecdd0.zip |
libfetch: remove unwanted code conditionals
Diffstat (limited to 'libfetch/file.c')
-rw-r--r-- | libfetch/file.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libfetch/file.c b/libfetch/file.c index a18d94c..e78a96d 100644 --- a/libfetch/file.c +++ b/libfetch/file.c @@ -30,12 +30,7 @@ * $FreeBSD: file.c,v 1.18 2007/12/14 10:26:58 des Exp $ */ -#if HAVE_CONFIG_H -#include "config.h" -#endif - #include <sys/stat.h> - #include <dirent.h> #include <fcntl.h> #include <fnmatch.h> |