From: Junio C Hamano Date: Sun, 17 Apr 2005 16:53:35 +0000 (-0700) Subject: [PATCH] show-diff.c: do not include unused header file X-Git-Tag: v0.99~855 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8f41523fc1a8cd127ff39fa111b3b5bb5105cc84?hp=8f41523fc1a8cd127ff39fa111b3b5bb5105cc84 [PATCH] show-diff.c: do not include unused header file This is my bad. I added #include to the file, which I ended up not using and failed to remove it. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds ---