aboutsummaryrefslogtreecommitdiffstats
path: root/object-name.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 20:17:26 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-24 12:47:33 -0700
commitd4a4f9291d63b48b368f79bce3151bee9ca28009 (patch)
tree1a19e9b334b90f1f018b7930fcfd0a2499e50c9f /object-name.c
parentfsmonitor: reduce includes of cache.h (diff)
downloadgit-d4a4f9291d63b48b368f79bce3151bee9ca28009.tar.gz
git-d4a4f9291d63b48b368f79bce3151bee9ca28009.zip
commit.h: reduce unnecessary includes
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'object-name.c')
-rw-r--r--object-name.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/object-name.c b/object-name.c
index 3cd5b32729..5ccbe854b6 100644
--- a/object-name.c
+++ b/object-name.c
@@ -15,6 +15,7 @@
#include "dir.h"
#include "oid-array.h"
#include "packfile.h"
+#include "pretty.h"
#include "object-store.h"
#include "repository.h"
#include "setup.h"