diff options
| author | Elijah Newren <newren@gmail.com> | 2023-05-16 06:34:01 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-06-21 13:39:53 -0700 |
| commit | 768122900f7af84c2536fd9cb9d205f8ad774322 (patch) | |
| tree | 1e597bc53899c7ee21a15120f90032c8916a3b26 /list-objects-filter-options.h | |
| parent | diff.h: remove unnecessary include of oidset.h (diff) | |
| download | git-768122900f7af84c2536fd9cb9d205f8ad774322.tar.gz git-768122900f7af84c2536fd9cb9d205f8ad774322.zip | |
list-objects-filter-options.h: remove unneccessary include
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'list-objects-filter-options.h')
| -rw-r--r-- | list-objects-filter-options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/list-objects-filter-options.h b/list-objects-filter-options.h index f620612586..55fab8563d 100644 --- a/list-objects-filter-options.h +++ b/list-objects-filter-options.h @@ -3,7 +3,6 @@ #include "gettext.h" #include "object.h" -#include "string-list.h" #include "strbuf.h" struct option; |
