[PATCH] show-diff.c: do not include unused header file
authorJunio C Hamano <junkio@cox.net>
Sun, 17 Apr 2005 16:53:35 +0000 (09:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 16:53:35 +0000 (09:53 -0700)
commit8f41523fc1a8cd127ff39fa111b3b5bb5105cc84
tree09a4bda3819aee51dc12935ef7c5d0ecdef7856b
parente44794706eeb57f2ee38ed1604821aa38b8ad9d2
[PATCH] show-diff.c: do not include unused header file

This is my bad.  I added #include <ctype.h> to the file,
which I ended up not using and failed to remove it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
show-diff.c