summaryrefslogtreecommitdiff
path: root/libfetch/file.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-10-05 13:47:36 +0300
committerTimo Teräs <timo.teras@iki.fi>2017-10-05 16:59:14 +0300
commit531fea4c9082d6542c776dcb6d4ca0a3949ecdd0 (patch)
tree5d7d5ccb6d78c415cc4422569d9f88f0b1cf8bd1 /libfetch/file.c
parentf6860e0e110a82fe61ce46de4fb5a05794e456ab (diff)
downloadapk-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.c5
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>