From 1fa8d41aef4866019626d5bc44832a199344ee6b Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Sun, 30 Apr 2023 14:21:35 +0000 Subject: [PATCH] http: Re-order includes --- src/http.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/http.c b/src/http.c index 2114abe..629cbc7 100644 --- a/src/http.c +++ b/src/http.c @@ -14,11 +14,12 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#include "vec.h" +#include "http.h" + #include #include #include -#include "vec.h" -#include "http.h" enum httplex_token_type { HTTPLEX_SOLIDUS,