parent
c347496f7b
commit
650f545c20
|
@ -1,7 +1,6 @@
|
||||||
#ifndef _UHTTP_INTERNAL_H
|
#ifndef _UHTTP_INTERNAL_H
|
||||||
#define _UHTTP_INTERNAL_H
|
#define _UHTTP_INTERNAL_H
|
||||||
|
|
||||||
#include "uhttp/http_parser.h"
|
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "uhttp/uhttp.h"
|
#include "uhttp/uhttp.h"
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
|
||||||
#include "uhttp/uhttp.h"
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
#include "uhttp/uhttp.h"
|
||||||
#include "uhttp/ssl.h"
|
#include "uhttp/ssl.h"
|
||||||
|
|
||||||
const char *uh_version()
|
const char *uh_version()
|
||||||
|
|
Loading…
Reference in New Issue