summaryrefslogtreecommitdiff
path: root/packfile.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 /packfile.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 'packfile.c')
-rw-r--r--packfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/packfile.c b/packfile.c
index dd4b0e5..b4c218d 100644
--- a/packfile.c
+++ b/packfile.c
@@ -6,7 +6,6 @@
#include "mergesort.h"
#include "packfile.h"
#include "delta.h"
-#include "list.h"
#include "streaming.h"
#include "sha1-lookup.h"
#include "commit.h"