summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2022-09-15 22:47:57 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2022-09-15 22:48:15 +0300
commit7f5c7059197851c03a7465483733e20878b634a3 (patch)
tree9896659a5c5b07dd514fb6926befb4e3f23e35ad
parentccb23038ad8d5dd065d492a262de8240687b2a24 (diff)
downloadbeefysqlite-7f5c7059197851c03a7465483733e20878b634a3.tar.gz
beefysqlite-7f5c7059197851c03a7465483733e20878b634a3.zip
Update http.c
-rw-r--r--thirdparty/http.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/thirdparty/http.c b/thirdparty/http.c
index 7b7b6c8..f337e32 100644
--- a/thirdparty/http.c
+++ b/thirdparty/http.c
@@ -70,7 +70,6 @@ void separate_status_and_headers(char** ppStatus, char* zHeaders);
/********** src/http.c **********/
-#include "http.h"
SQLITE_EXTENSION_INIT1
@@ -866,7 +865,6 @@ __declspec(dllexport)
#ifdef HTTP_BACKEND_CURL
-#include "http.h"
#include <assert.h>
#include <string.h>
@@ -1347,7 +1345,6 @@ done:
#ifdef HTTP_BACKEND_DUMMY
-#include "http.h"
#include <assert.h>
@@ -1412,7 +1409,6 @@ int http_do_request(http_request* req, http_response* resp, char** ppErrMsg) {
#ifdef HTTP_BACKEND_WINHTTP
-#include "http.h"
#include <windows.h>
#include <winhttp.h>