diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-11 14:24:48 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-11 14:24:48 +0900 |
commit | a4c5d9f66eaab94c874cd59584c0ede44b6e80bc (patch) | |
tree | 651e0f1eb45290d25d364b0e1d75f4c41a291e58 /shallow.c | |
parent | 159cdabd87ac61081eeb22002780eb28689e19b3 (diff) | |
parent | 2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9 (diff) | |
download | git-a4c5d9f66eaab94c874cd59584c0ede44b6e80bc.tar.gz |
Merge branch 'rs/dedup-includes'
Code cleanup.
* rs/dedup-includes:
treewide: remove duplicate #include directives
Diffstat (limited to 'shallow.c')
-rw-r--r-- | shallow.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) |