do not include the same header twice
commit5d308512ffde7efa6b5aad9549320b394b79b740
authorДилян Палаузов <git-dpa@aegee.org>
Fri, 13 Feb 2015 14:47:39 +0000 (13 14:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Feb 2015 21:16:12 +0000 (13 13:16 -0800)
tree9fd9bf6a202f65f9ce199f91dc0eb912f549241c
parent9874fca7122563e28d699a911404fc49d2a24f1c
do not include the same header twice

A few files include the same header file directly more than once.

As all these headers protect themselves against repeated inclusion
by the "#ifndef FOO_H / #define FOO_H / ... / #endif" idiom, leave
only the first inclusion and remove the later inclusion as a no-op
clean-up.

Signed-off-by: Дилян Палаузов <git-dpa@aegee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c
trailer.c
transport-helper.c
userdiff.c