| commit | 158f6ee410045f70cb72af79966b42894b11931b | [log] [tgz] |
|---|---|---|
| author | Nathan Rini <nate@schedmd.com> | Fri Aug 22 11:44:53 2025 -0600 |
| committer | Nathan Rini <nate@schedmd.com> | Tue Sep 02 16:44:47 2025 -0600 |
| tree | 84bb72ab1209135d0ae5c4a4bd93809c8906a833 | |
| parent | b47c38ece0ba6d9f23e8aeafc5b2aec5580c82a3 [diff] |
slurmrestd - Remove unneeded include Issue: 50189
diff --git a/src/slurmrestd/http.h b/src/slurmrestd/http.h index 6f1f88c..0b2bb21 100644 --- a/src/slurmrestd/http.h +++ b/src/slurmrestd/http.h
@@ -43,7 +43,6 @@ #include "src/common/list.h" #include "src/conmgr/conmgr.h" -#include "src/interfaces/http_parser.h" struct on_http_request_args_s; typedef struct on_http_request_args_s on_http_request_args_t;