sbin/hammer: Make blockmap.c/misc.c include hammer_util.h (not hammer.h)
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 2 Sep 2016 12:37:25 +0000 (21:37 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 2 Sep 2016 12:43:53 +0000 (21:43 +0900)
commit4c18cb161b29d3f9e9aecdc19b86dde4fd997703
tree62de34e6b0be14975d01005dfaa5cc10227b9a00
parent6c7ae023122453a991a69a6ffa9c457d02a8552e
sbin/hammer: Make blockmap.c/misc.c include hammer_util.h (not hammer.h)

If a file is to be linked from non /sbin/hammer (i.e. /sbin/newfs_hammer)
include hammer_util.h, but not hammer.h.

That's basically how things are defined in these two headers.
sbin/hammer/blockmap.c
sbin/hammer/misc.c