http: Re-order includes

pull/68/head
Andri Yngvason 2023-04-30 14:21:35 +00:00
parent a179c83f81
commit 1fa8d41aef
1 changed files with 3 additions and 2 deletions

View File

@ -14,11 +14,12 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
#include "vec.h"
#include "http.h"
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include "vec.h"
#include "http.h"
enum httplex_token_type { enum httplex_token_type {
HTTPLEX_SOLIDUS, HTTPLEX_SOLIDUS,