sbin/newfs_hammer: Remove a local header newfs_hammer.h
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 18 Sep 2015 13:55:04 +0000 (22:55 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 24 Sep 2015 14:09:53 +0000 (23:09 +0900)
commit32d6a9543651e9dbdf9ec92c0044bc5078b7ed16
treed076cd3ee0f4cba6bd85cbc28a304788c0818b3a
parent87b8f936e9f58031ae638e720361f548bcb9e121
sbin/newfs_hammer: Remove a local header newfs_hammer.h

newfs_hammer.c is the only file that needs newfs_hammer.h,
and all it does is include other headers, so we really
don't need to have this as a separate header.

Also note that mount_hammer, newfs_hammer2, mount_hammer2
don't have .h as well.
sbin/newfs_hammer/newfs_hammer.c
sbin/newfs_hammer/newfs_hammer.h [deleted file]