sbin/hammer: Conform to style(9)
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 1 May 2015 12:08:36 +0000 (21:08 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 1 May 2015 12:13:45 +0000 (21:13 +0900)
commitc93b565cc617732a7d0c6e7102fa4b84c379f4de
tree06e4e379855dbbcde68116ce17359fc220c49e5e
parentd36df97b1a3de40c508c7aba625bbe6ea02b457d
sbin/hammer: Conform to style(9)

- Kernel include files (i.e. sys/*.h) come first;
  normally, include <sys/types.h> OR <sys/param.h>, but not both.

- Remove #include <sys/param.h>
sbin/hammer/cmd_config.c
sbin/hammer/cmd_snapshot.c
usr.bin/undo/undo.c