summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-11-18 03:43:02 +0000
committermarcel <marcel@FreeBSD.org>2008-11-18 03:43:02 +0000
commit171191e7f76bb706e319afb9620dacef56d039e2 (patch)
treea3a87bda7e959a17f20ab925937e51c4d675af44 /sbin/geom
parent38559fc6d53999e80b9a6fda91bb25928383df5a (diff)
downloadFreeBSD-src-171191e7f76bb706e319afb9620dacef56d039e2.zip
FreeBSD-src-171191e7f76bb706e319afb9620dacef56d039e2.tar.gz
Sort includes
Submitted by: delphij
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/part/geom_part.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/sbin/geom/class/part/geom_part.c b/sbin/geom/class/part/geom_part.c
index 316f7e5..4264992 100644
--- a/sbin/geom/class/part/geom_part.c
+++ b/sbin/geom/class/part/geom_part.c
@@ -27,19 +27,20 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <stdio.h>
-#include <stdint.h>
-#include <stdlib.h>
-#include <unistd.h>
+#include <sys/stat.h>
+
+#include <assert.h>
#include <err.h>
+#include <errno.h>
#include <fcntl.h>
-#include <string.h>
-#include <strings.h>
#include <libgeom.h>
#include <paths.h>
-#include <errno.h>
-#include <assert.h>
-#include <sys/stat.h>
+#include <stdint.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <strings.h>
+#include <unistd.h>
#include "core/geom.h"
#include "misc/subr.h"
OpenPOWER on IntegriCloud