summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 64cdbea0341e..3a8dc6f8a6f3 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 834d7ecfcf37..ec2b12185b34 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 101f975b9cbe..8c85d24c43d4 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 4ada0b62a2bd..28b28b26fb98 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 fb5d5fbe13e6..eca172d0f8fd 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 69947763c621..040e0c620823 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 c12c117a64cb..27fc11369215 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>