commit-reach: move commit_contains from ref-filter
[gitweb.git] / builtin / remote.c
index 1a82d850a22c3bfc3176eeda3f8b061b6feb7dc4..79b032644637956a41ef7c97dc953f4101ff351b 100644 (file)
@@ -8,7 +8,9 @@
 #include "run-command.h"
 #include "refs.h"
 #include "refspec.h"
+#include "object-store.h"
 #include "argv-array.h"
+#include "commit-reach.h"
 
 static const char * const builtin_remote_usage[] = {
        N_("git remote [-v | --verbose]"),