diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2022-09-15 22:46:34 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2022-09-15 22:46:34 +0300 |
| commit | b0d3002af8bedbf7fb6a5993ac40809ec638072e (patch) | |
| tree | f0d441e18664744850c3b38b93bf7cf98099d41a /http.c | |
| parent | b28c94de104eaf984058d021cd6f2ab5f5036790 (diff) | |
| download | sqlite-http-c-b0d3002af8bedbf7fb6a5993ac40809ec638072e.tar.gz sqlite-http-c-b0d3002af8bedbf7fb6a5993ac40809ec638072e.zip | |
Remove http.h includes from amalgamation
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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> |
