aboutsummaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-11 14:24:48 +0900
committerJunio C Hamano <gitster@pobox.com>2019-10-11 14:24:48 +0900
commita4c5d9f66eaab94c874cd59584c0ede44b6e80bc (patch)
tree651e0f1eb45290d25d364b0e1d75f4c41a291e58 /object.c
parent159cdabd87ac61081eeb22002780eb28689e19b3 (diff)
parent2fe44394c8852f7b2625c3d63e9f5d5ad9e9baa9 (diff)
downloadgit-a4c5d9f66eaab94c874cd59584c0ede44b6e80bc.tar.xz
Merge branch 'rs/dedup-includes'
Code cleanup. * rs/dedup-includes: treewide: remove duplicate #include directives
Diffstat (limited to 'object.c')
-rw-r--r--object.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/object.c b/object.c
index 07bdd5b26e..3b8b8c55c9 100644
--- a/object.c
+++ b/object.c
@@ -7,7 +7,6 @@
#include "commit.h"
#include "tag.h"
#include "alloc.h"
-#include "object-store.h"
#include "packfile.h"
#include "commit-graph.h"