aboutsummaryrefslogtreecommitdiffstats
path: root/list-objects-filter-options.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-03-30 13:47:11 -0700
committerJunio C Hamano <gitster@pobox.com>2023-03-30 13:47:11 -0700
commitdbb4102f7b1fea1f7e55450951d5692a4bc937d3 (patch)
treebef77543f8a4d457dca53f79ea8e7b0581b6a1a5 /list-objects-filter-options.c
parentThe fourth batch (diff)
parenttreewide: remove unnecessary inclusions of parse-options.h from headers (diff)
downloadgit-dbb4102f7b1fea1f7e55450951d5692a4bc937d3.tar.gz
git-dbb4102f7b1fea1f7e55450951d5692a4bc937d3.zip
Merge branch 'sg/parse-options-h-users'
Code clean-up to include and/or uninclude parse-options.h file as needed. * sg/parse-options-h-users: treewide: remove unnecessary inclusions of parse-options.h from headers treewide: include parse-options.h in source files
Diffstat (limited to 'list-objects-filter-options.c')
-rw-r--r--list-objects-filter-options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/list-objects-filter-options.c b/list-objects-filter-options.c
index 1d25a5737d..72aeb089cc 100644
--- a/list-objects-filter-options.c
+++ b/list-objects-filter-options.c
@@ -11,6 +11,7 @@
#include "promisor-remote.h"
#include "trace.h"
#include "url.h"
+#include "parse-options.h"
static int parse_combine_filter(
struct list_objects_filter_options *filter_options,