Message ID | 6d25811965cb55f7044e98ea020da2516664ad35.1701585683.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e9bb1664917a1c6c6379d196172fcd36618e3230 |
Headers | show |
Series | Additional header cleanups (removing unnecessary includes) | expand |
diff --git a/submodule-config.h b/submodule-config.h index e8164cca3e4..958f320ac6c 100644 --- a/submodule-config.h +++ b/submodule-config.h @@ -3,7 +3,6 @@ #include "config.h" #include "submodule.h" -#include "strbuf.h" #include "tree-walk.h" /** diff --git a/t/helper/test-submodule.c b/t/helper/test-submodule.c index 356e0a26c5a..50c154d0370 100644 --- a/t/helper/test-submodule.c +++ b/t/helper/test-submodule.c @@ -4,6 +4,7 @@ #include "remote.h" #include "repository.h" #include "setup.h" +#include "strbuf.h" #include "submodule-config.h" #include "submodule.h"