Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorДилян Палаузов <git-dpa@aegee.org>2015-02-13 17:47:39 +0300
committerJunio C Hamano <gitster@pobox.com>2015-02-14 00:16:12 +0300
commit5d308512ffde7efa6b5aad9549320b394b79b740 (patch)
tree9fd9bf6a202f65f9ce199f91dc0eb912f549241c /trailer.c
parent9874fca7122563e28d699a911404fc49d2a24f1c (diff)
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>
Diffstat (limited to 'trailer.c')
-rw-r--r--trailer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/trailer.c b/trailer.c
index 623adeb02d..05b3859b47 100644
--- a/trailer.c
+++ b/trailer.c
@@ -1,7 +1,6 @@
#include "cache.h"
#include "string-list.h"
#include "run-command.h"
-#include "string-list.h"
#include "commit.h"
#include "trailer.h"
/*