summaryrefslogtreecommitdiff
path: root/unpack-trees.c
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2019-10-03 12:18:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-10-03 23:16:00 (GMT)
commit2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9 (patch)
tree37c58178e8af3cb03af77914d717f87a2125a7fc /unpack-trees.c
parentbc12974a897308fd3254cf0cc90319078fe45eea (diff)
downloadgit-2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9.zip
git-2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9.tar.gz
git-2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9.tar.bz2
treewide: remove duplicate #include directives
Found with "git grep '^#include ' '*.c' | sort | uniq -d". Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.c')
-rw-r--r--unpack-trees.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unpack-trees.c b/unpack-trees.c
index f0f56d4..33ea781 100644
--- a/unpack-trees.c
+++ b/unpack-trees.c
@@ -11,7 +11,6 @@
#include "refs.h"
#include "attr.h"
#include "split-index.h"
-#include "dir.h"
#include "submodule.h"
#include "submodule-config.h"
#include "fsmonitor.h"