summaryrefslogtreecommitdiffstats
path: root/sbin/gpt/gpt.c
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/gpt/gpt.c
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/gpt/gpt.c')
-rw-r--r--sbin/gpt/gpt.c1
1 files changed, 0 insertions, 1 deletions
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>
OpenPOWER on IntegriCloud