]> git.ipfire.org Git - thirdparty/util-linux.git/commit
ipcmk: include-what-you-use header check
authorSami Kerola <kerolasa@iki.fi>
Sun, 28 Aug 2011 11:30:36 +0000 (13:30 +0200)
committerSami Kerola <kerolasa@iki.fi>
Mon, 12 Sep 2011 19:27:07 +0000 (21:27 +0200)
commitc20b68231cfc17fc07217db3abc9e43fe49c91a6
treeec259655845f5d651a0060f7e96b84ba65a7cb0e
parent0eeec4152a295e8107d658788943541206683e34
ipcmk: include-what-you-use header check

Three removes & a sort to alphabetical order.

ipcmk.c should remove these lines:
- #include <string.h>  // lines 24-24
- #include <sys/types.h>  // lines 30-30
- #include <unistd.h>  // lines 29-29

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/ipcmk.c