]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/grep.c
move struct pathspec and related functions to pathspec.[ch]
[thirdparty/git.git] / builtin / grep.c
index 159e65d47a41b56634bc3fb480f9c051d40e692c..4de49df9173a46f1402f28cc31dc34e790ef04db 100644 (file)
@@ -17,6 +17,7 @@
 #include "grep.h"
 #include "quote.h"
 #include "dir.h"
+#include "pathspec.h"
 
 static char const * const grep_usage[] = {
        N_("git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"),