summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-11-10 20:22:25 +0000
committermarcel <marcel@FreeBSD.org>2002-11-10 20:22:25 +0000
commit49a44a6174552e82b508c71655b844f7f1f42d46 (patch)
tree8dffe70e1c04a92d03f012aae6d7036e0511089c /sbin
parent69bc439801d6b77dd018e70a586a43d8d3063451 (diff)
downloadFreeBSD-src-49a44a6174552e82b508c71655b844f7f1f42d46.zip
FreeBSD-src-49a44a6174552e82b508c71655b844f7f1f42d46.tar.gz
Remove inclusion of <sys/uuid.h>. We now include <sys/uuid.h> in
<sys/gpt.h>. This avoids having to include both <sys/uuid.h> and <uuid.h>, which is considered by your friendly committer to be aestheticly displeasing (= ballyhoo barf barf :-)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/gpt/add.c1
-rw-r--r--sbin/gpt/create.c1
-rw-r--r--sbin/gpt/destroy.c1
-rw-r--r--sbin/gpt/gpt.c1
-rw-r--r--sbin/gpt/migrate.c1
-rw-r--r--sbin/gpt/recover.c1
-rw-r--r--sbin/gpt/show.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/sbin/gpt/add.c b/sbin/gpt/add.c
index 64cdbea..3a8dc6f 100644
--- a/sbin/gpt/add.c
+++ b/sbin/gpt/add.c
@@ -28,7 +28,6 @@
#include <sys/types.h>
#include <sys/disklabel.h>
-#include <sys/uuid.h>
#include <sys/gpt.h>
#include <err.h>
diff --git a/sbin/gpt/create.c b/sbin/gpt/create.c
index 834d7ec..ec2b121 100644
--- a/sbin/gpt/create.c
+++ b/sbin/gpt/create.c
@@ -27,7 +27,6 @@
*/
#include <sys/types.h>
-#include <sys/uuid.h>
#include <sys/gpt.h>
#include <err.h>
diff --git a/sbin/gpt/destroy.c b/sbin/gpt/destroy.c
index 101f975..8c85d24 100644
--- a/sbin/gpt/destroy.c
+++ b/sbin/gpt/destroy.c
@@ -27,7 +27,6 @@
*/
#include <sys/types.h>
-#include <sys/uuid.h>
#include <sys/gpt.h>
#include <err.h>
diff --git a/sbin/gpt/gpt.c b/sbin/gpt/gpt.c
index 4ada0b6..28b28b2 100644
--- a/sbin/gpt/gpt.c
+++ b/sbin/gpt/gpt.c
@@ -33,7 +33,6 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/disk.h>
#include <sys/stat.h>
-#include <sys/uuid.h>
#include <sys/gpt.h>
#include <err.h>
diff --git a/sbin/gpt/migrate.c b/sbin/gpt/migrate.c
index fb5d5fb..eca172d 100644
--- a/sbin/gpt/migrate.c
+++ b/sbin/gpt/migrate.c
@@ -28,7 +28,6 @@
#include <sys/types.h>
#include <sys/disklabel.h>
-#include <sys/uuid.h>
#include <sys/gpt.h>
#include <err.h>
diff --git a/sbin/gpt/recover.c b/sbin/gpt/recover.c
index 6994776..040e0c6 100644
--- a/sbin/gpt/recover.c
+++ b/sbin/gpt/recover.c
@@ -27,7 +27,6 @@
*/
#include <sys/types.h>
-#include <sys/uuid.h>
#include <sys/gpt.h>
#include <err.h>
diff --git a/sbin/gpt/show.c b/sbin/gpt/show.c
index c12c117..27fc113 100644
--- a/sbin/gpt/show.c
+++ b/sbin/gpt/show.c
@@ -27,7 +27,6 @@
*/
#include <sys/types.h>
-#include <sys/uuid.h>
#include <sys/gpt.h>
#include <err.h>
OpenPOWER on IntegriCloud