Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'list-objects-filter-options.h')
-rw-r--r--list-objects-filter-options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/list-objects-filter-options.h b/list-objects-filter-options.h
index 1fe393f447..aad295f232 100644
--- a/list-objects-filter-options.h
+++ b/list-objects-filter-options.h
@@ -2,9 +2,10 @@
#define LIST_OBJECTS_FILTER_OPTIONS_H
#include "cache.h"
-#include "parse-options.h"
#include "string-list.h"
+struct option;
+
/*
* The list of defined filters for list-objects.
*/