help: include <common-cmds.h> only in one file
commit1542d4cdad9287896fd80d84a4c2256197087308
authorJunio C Hamano <gitster@pobox.com>
Sat, 19 Jan 2013 06:35:04 +0000 (18 22:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 19 Jan 2013 06:35:04 +0000 (18 22:35 -0800)
treec475f4fffca577c8617258c5513f84d22acb5a41
parente4f59a32de3f90ff5aabc09b9da6bd5818c5076b
help: include <common-cmds.h> only in one file

This header not only declares but also defines the contents of the
array that holds the list of command names and help text.  Do not
include it in multiple places to waste text space.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/help.c
help.c