http: Re-order includes
parent
a179c83f81
commit
1fa8d41aef
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue