diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-01-25 03:26:55 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-01-25 03:26:55 +0000 |
commit | d5cd5437782cbae8a6676693a9d1a7fa18976097 (patch) | |
tree | 13823efd708c99c741a7e76c2becdbeb89638f60 /sbin/pdisk/dump.c | |
parent | 4c173a8d807ed0116363bae301b9ec99e10339bf (diff) |
remove some uneeded includes
ok krw@
Diffstat (limited to 'sbin/pdisk/dump.c')
-rw-r--r-- | sbin/pdisk/dump.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pdisk/dump.c b/sbin/pdisk/dump.c index 5754715a894..4762cc0037b 100644 --- a/sbin/pdisk/dump.c +++ b/sbin/pdisk/dump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dump.c,v 1.50 2016/01/24 15:23:33 krw Exp $ */ +/* $OpenBSD: dump.c,v 1.51 2016/01/25 03:26:54 jsg Exp $ */ /* * dump.c - dumping partition maps @@ -32,7 +32,6 @@ #include <string.h> #include "dpme.h" -#include "file_media.h" #include "partition_map.h" #include "dump.h" #include "io.h" |