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>
This commit is contained in:
parent
beabee7c67
commit
eaac9f88f9
8 changed files with 1 additions and 9 deletions
|
@ -19,9 +19,6 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_DISK_H
|
||||
# ifdef HAVE_SYS_QUEUE_H
|
||||
# include <sys/queue.h> /* for LIST_HEAD */
|
||||
# endif
|
||||
# include <sys/disk.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue