summaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
authorGravatar default2023-05-17 10:08:57 +0200
committerGravatar default2023-05-17 10:08:57 +0200
commit970ad7a54041af7aa95e4466912a59df13b97282 (patch)
treec583a83fa9fb412ed81b0b1b17c48222f058d826 /http.c
parentBackport from xs. (diff)
downloadpenes-snac2-970ad7a54041af7aa95e4466912a59df13b97282.tar.gz
penes-snac2-970ad7a54041af7aa95e4466912a59df13b97282.tar.xz
penes-snac2-970ad7a54041af7aa95e4466912a59df13b97282.zip
Got rid of xs_encdec.h.
Diffstat (limited to 'http.c')
-rw-r--r--http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/http.c b/http.c
index 58d188c..75769f2 100644
--- a/http.c
+++ b/http.c
@@ -3,7 +3,6 @@
3 3
4#include "xs.h" 4#include "xs.h"
5#include "xs_io.h" 5#include "xs_io.h"
6#include "xs_encdec.h"
7#include "xs_openssl.h" 6#include "xs_openssl.h"
8#include "xs_curl.h" 7#include "xs_curl.h"
9#include "xs_time.h" 8#include "xs_time.h"