Prefer <stdint.h> over <sys/types.h>. While here remove redundant
authormarcel <marcel@FreeBSD.org>
Mon, 3 Oct 2016 02:37:28 +0000 (02:37 +0000)
committermarcel <marcel@FreeBSD.org>
Mon, 3 Oct 2016 02:37:28 +0000 (02:37 +0000)
commit5e84416ac964829fd8974acdd790791ef1d2aa7e
tree1c58dc18f3ccf88695ed6a7f89ea535903dca8fe
parentf258aa5cde1113f397c3300bd85cc1798b6a7960
Prefer <stdint.h> over <sys/types.h>. While here remove redundant
inclusion of <sys/queue.h>.

Move the inclusion of the disk partitioning headers out of order
and inbetween standard headers and local header. They will change
in a subsequent commit.
15 files changed:
usr.bin/mkimg/apm.c
usr.bin/mkimg/bsd.c
usr.bin/mkimg/ebr.c
usr.bin/mkimg/format.c
usr.bin/mkimg/gpt.c
usr.bin/mkimg/image.c
usr.bin/mkimg/mbr.c
usr.bin/mkimg/mkimg.c
usr.bin/mkimg/pc98.c
usr.bin/mkimg/qcow.c
usr.bin/mkimg/raw.c
usr.bin/mkimg/scheme.c
usr.bin/mkimg/vhd.c
usr.bin/mkimg/vmdk.c
usr.bin/mkimg/vtoc8.c