Re: [PATCH v3 06/11] diagnose.c: add option to configure archive contents
From: Victoria Dye <hidden>
Date: 2022-08-11 15:52:50
From: Victoria Dye <hidden>
Date: 2022-08-11 15:52:50
Ævar Arnfjörð Bjarmason wrote:
On Wed, Aug 10 2022, Victoria Dye via GitGitGadget wrote:quoted
index 06dca69bdac..9bb6049bf0c 100644--- a/diagnose.h +++ b/diagnose.h@@ -2,7 +2,14 @@ #define DIAGNOSE_H #include "strbuf.h" +#include "parse-options.h"This is a stray include that isn't needed at this point, some mistake, or needed by a subsequent patch?
It's needed by patch 8 [1]. If I re-roll again, I'll move this '#include' to that patch. Thanks! [1] https://lore.kernel.org/git/3da0cb725c927d08dd9486286e06bdb76896f5b7.1660174473.git.gitgitgadget@gmail.com/ (local)