diff options
| author | Elijah Newren <newren@gmail.com> | 2023-12-23 17:15:00 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-12-26 12:04:33 -0800 |
| commit | d57c671a511d885a5cd390e3d6064c37af524a91 (patch) | |
| tree | befb0901ce9beae0a74f0cf134f8db2b02750072 /builtin/grep.c | |
| parent | treewide: add direct includes currently only pulled in transitively (diff) | |
| download | git-d57c671a511d885a5cd390e3d6064c37af524a91.tar.gz 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 'builtin/grep.c')
| -rw-r--r-- | builtin/grep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/grep.c b/builtin/grep.c index f076cc705b..c8e33f9775 100644 --- a/builtin/grep.c +++ b/builtin/grep.c @@ -14,7 +14,6 @@ #include "parse-options.h" #include "string-list.h" #include "run-command.h" -#include "userdiff.h" #include "grep.h" #include "quote.h" #include "dir.h" |
