aboutsummaryrefslogtreecommitdiff
path: root/sbin/gpt/destroy.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-11-10 20:22:25 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-11-10 20:22:25 +0000
commit78edc0fda244c73e58d893dd297a7badb1823ceb (patch)
tree8dffe70e1c04a92d03f012aae6d7036e0511089c /sbin/gpt/destroy.c
parentc7c8cf8b2e345f759eb4a40835aa9e077c11e142 (diff)
downloadsrc-78edc0fda244c73e58d893dd297a7badb1823ceb.tar.gz
src-78edc0fda244c73e58d893dd297a7badb1823ceb.zip
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 :-)
Notes
Notes: svn path=/head/; revision=106740
Diffstat (limited to 'sbin/gpt/destroy.c')
-rw-r--r--sbin/gpt/destroy.c1
1 files changed, 0 insertions, 1 deletions
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>