build-sys: fix make checkincludes warnings

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2015-01-07 19:44:26 +00:00
parent 5de50f26fc
commit 4ebac79f01
3 changed files with 10 additions and 12 deletions

View file

@ -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"