build-sys: fix make checkincludes warnings
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
5de50f26fc
commit
4ebac79f01
3 changed files with 10 additions and 12 deletions
12
lib/blkdev.c
12
lib/blkdev.c
|
@ -19,14 +19,10 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_DISK_H
|
||||
#ifdef HAVE_SYS_QUEUE_H
|
||||
#include <sys/queue.h> /* for LIST_HEAD */
|
||||
#endif
|
||||
#include <sys/disk.h>
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD_kernel__
|
||||
#include <sys/disk.h>
|
||||
# ifdef HAVE_SYS_QUEUE_H
|
||||
# include <sys/queue.h> /* for LIST_HEAD */
|
||||
# endif
|
||||
# include <sys/disk.h>
|
||||
#endif
|
||||
|
||||
#include "blkdev.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue