summaryrefslogtreecommitdiff
path: root/shallow.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-11 05:24:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-10-11 05:24:48 (GMT)
commita4c5d9f66eaab94c874cd59584c0ede44b6e80bc (patch)
tree651e0f1eb45290d25d364b0e1d75f4c41a291e58 /shallow.c
parent159cdabd87ac61081eeb22002780eb28689e19b3 (diff)
parent2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9 (diff)
downloadgit-a4c5d9f66eaab94c874cd59584c0ede44b6e80bc.zip
git-a4c5d9f66eaab94c874cd59584c0ede44b6e80bc.tar.gz
git-a4c5d9f66eaab94c874cd59584c0ede44b6e80bc.tar.bz2
Merge branch 'rs/dedup-includes'
Code cleanup. * rs/dedup-includes: treewide: remove duplicate #include directives
Diffstat (limited to 'shallow.c')
-rw-r--r--shallow.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shallow.c b/shallow.c
index c33ab94..7fd04af 100644
--- a/shallow.c
+++ b/shallow.c
@@ -12,10 +12,7 @@
#include "diff.h"
#include "revision.h"
#include "commit-slab.h"
-#include "revision.h"
#include "list-objects.h"
-#include "commit-slab.h"
-#include "repository.h"
#include "commit-reach.h"
void set_alternate_shallow_file(struct repository *r, const char *path, int override)