aboutsummaryrefslogtreecommitdiff
path: root/qpkg.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-12-28 17:33:45 -0500
committerMike Frysinger <vapier@gentoo.org>2016-12-28 17:33:45 -0500
commitd6d33b2ef60f3700702e59f8cdf718b7dd3fb886 (patch)
tree8d37153f284f38ce92dff048939482f31e6cdc77 /qpkg.c
parentcopy_file: rewrite to use fds (diff)
downloadportage-utils-d6d33b2ef60f3700702e59f8cdf718b7dd3fb886.tar.gz
portage-utils-d6d33b2ef60f3700702e59f8cdf718b7dd3fb886.tar.bz2
portage-utils-d6d33b2ef60f3700702e59f8cdf718b7dd3fb886.zip
move system headers to porting.h to avoid duplication
Diffstat (limited to 'qpkg.c')
-rw-r--r--qpkg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpkg.c b/qpkg.c
index 2cc658e8..1c18edc9 100644
--- a/qpkg.c
+++ b/qpkg.c
@@ -8,8 +8,6 @@
#ifdef APPLET_qpkg
-#include <fnmatch.h>
-
#define QPKG_FLAGS "cEpP:" COMMON_FLAGS
static struct option const qpkg_long_opts[] = {
{"clean", no_argument, NULL, 'c'},