diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-23 17:11:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-23 17:11:09 +0000 |
commit | f37853ae8c5cb51d6ed6418aa163565a048493d5 (patch) | |
tree | 5be76f07974cc41f416db58740eb5bd0e4cf86ff /lib/libkvm/kvm_udf.c | |
parent | 73c9f13809997febbf178be4123a0352ee8b8312 (diff) |
do not need udf_extern.h
Diffstat (limited to 'lib/libkvm/kvm_udf.c')
-rw-r--r-- | lib/libkvm/kvm_udf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_udf.c b/lib/libkvm/kvm_udf.c index 85fcdc4d69b..470a4fe062e 100644 --- a/lib/libkvm/kvm_udf.c +++ b/lib/libkvm/kvm_udf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_udf.c,v 1.4 2011/07/04 20:35:35 deraadt Exp $ */ +/* $OpenBSD: kvm_udf.c,v 1.5 2013/03/23 17:11:08 deraadt Exp $ */ /* * Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org> @@ -37,7 +37,6 @@ #include <isofs/udf/ecma167-udf.h> #include <isofs/udf/udf.h> -#include <isofs/udf/udf_extern.h> #include <stdint.h> #include <limits.h> |