summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2016-02-22 17:25:21 +0100
committerRuediger Meier2016-02-29 13:04:56 +0100
commiteaac9f88f9020701496f704f940cb96c97bc4e6a (patch)
tree0ac704fd20ed29e27203623bbdbbcef4fea5a717 /configure.ac
parentlibsmartcols: fix uninitialized variable (diff)
downloadkernel-qcow2-util-linux-eaac9f88f9020701496f704f940cb96c97bc4e6a.tar.gz
kernel-qcow2-util-linux-eaac9f88f9020701496f704f940cb96c97bc4e6a.tar.xz
kernel-qcow2-util-linux-eaac9f88f9020701496f704f940cb96c97bc4e6a.zip
misc: fix some includes
features.h: any glibc header includes this already libgen.h: was unused there sys/uio.h: for writev(3p) sys/queue.h seems like it was never used Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7b6a9e725..63d1d38a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,7 +242,6 @@ AC_CHECK_HEADERS([ \
sys/mount.h \
sys/param.h \
sys/prctl.h \
- sys/queue.h \
sys/resource.h \
sys/socket.h \
sys/sockio.h \