diff options
Diffstat (limited to 'builtin/grep.c')
-rw-r--r-- | builtin/grep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/builtin/grep.c b/builtin/grep.c index fe78d4c98b..f076cc705b 100644 --- a/builtin/grep.c +++ b/builtin/grep.c @@ -9,9 +9,6 @@ #include "hex.h" #include "repository.h" #include "config.h" -#include "blob.h" -#include "tree.h" -#include "commit.h" #include "tag.h" #include "tree-walk.h" #include "parse-options.h" |