summaryrefslogtreecommitdiffstats
path: root/grep.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 22:17:26 +0200
committerJunio C Hamano <gitster@pobox.com>2023-04-24 21:47:33 +0200
commitd4a4f9291d63b48b368f79bce3151bee9ca28009 (patch)
tree1a19e9b334b90f1f018b7930fcfd0a2499e50c9f /grep.c
parentfsmonitor: reduce includes of cache.h (diff)
downloadgit-d4a4f9291d63b48b368f79bce3151bee9ca28009.tar.xz
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 'grep.c')
-rw-r--r--grep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/grep.c b/grep.c
index d144b37489..e620e375b1 100644
--- a/grep.c
+++ b/grep.c
@@ -4,6 +4,7 @@
#include "grep.h"
#include "hex.h"
#include "object-store.h"
+#include "pretty.h"
#include "userdiff.h"
#include "xdiff-interface.h"
#include "diff.h"