Jeff King <peff@xxxxxxxx> writes: > I agree that would probably be nice, but let's not hold up the topic. It > can include "cache.h" like a bunch of other headers in the meantime. > > (Too bad we can't just forward-declare the enum like we do for some > other types, but it's impossible in C). For now... >From f08346ce05e5512e5914e760aba769d0ef8035bc Mon Sep 17 00:00:00 2001 From: Junio C Hamano <gitster@xxxxxxxxx> Date: Sat, 17 Apr 2021 14:44:37 -0700 Subject: [PATCH] fixup! list-objects: implement object type filter --- list-objects-filter-options.h | 1 + 1 file changed, 1 insertion(+) diff --git a/list-objects-filter-options.h b/list-objects-filter-options.h index 4d0d0588cc..da5b6737e2 100644 --- a/list-objects-filter-options.h +++ b/list-objects-filter-options.h @@ -1,6 +1,7 @@ #ifndef LIST_OBJECTS_FILTER_OPTIONS_H #define LIST_OBJECTS_FILTER_OPTIONS_H +#include "cache.h" #include "parse-options.h" #include "string-list.h" -- 2.31.1-450-gca40e2789b