diff options
author | Elijah Newren <newren@gmail.com> | 2023-12-23 18:15:00 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-12-26 21:04:33 +0100 |
commit | d57c671a511d885a5cd390e3d6064c37af524a91 (patch) | |
tree | befb0901ce9beae0a74f0cf134f8db2b02750072 /commit-graph.c | |
parent | treewide: add direct includes currently only pulled in transitively (diff) | |
download | git-d57c671a511d885a5cd390e3d6064c37af524a91.tar.xz git-d57c671a511d885a5cd390e3d6064c37af524a91.zip |
treewide: remove unnecessary includes in source files
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
-rw-r--r-- | commit-graph.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commit-graph.c b/commit-graph.c index e7212400da..15980cf949 100644 --- a/commit-graph.c +++ b/commit-graph.c @@ -4,7 +4,6 @@ #include "gettext.h" #include "hex.h" #include "lockfile.h" -#include "pack.h" #include "packfile.h" #include "commit.h" #include "object.h" |