diff options
| author | 2023-05-17 10:08:57 +0200 | |
|---|---|---|
| committer | 2023-05-17 10:08:57 +0200 | |
| commit | 970ad7a54041af7aa95e4466912a59df13b97282 (patch) | |
| tree | c583a83fa9fb412ed81b0b1b17c48222f058d826 /httpd.c | |
| parent | Backport from xs. (diff) | |
| download | snac2-970ad7a54041af7aa95e4466912a59df13b97282.tar.gz snac2-970ad7a54041af7aa95e4466912a59df13b97282.tar.xz snac2-970ad7a54041af7aa95e4466912a59df13b97282.zip | |
Got rid of xs_encdec.h.
Diffstat (limited to 'httpd.c')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3,12 +3,12 @@ | |||
| 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_json.h" | 6 | #include "xs_json.h" |
| 8 | #include "xs_socket.h" | 7 | #include "xs_socket.h" |
| 9 | #include "xs_httpd.h" | 8 | #include "xs_httpd.h" |
| 10 | #include "xs_mime.h" | 9 | #include "xs_mime.h" |
| 11 | #include "xs_time.h" | 10 | #include "xs_time.h" |
| 11 | #include "xs_openssl.h" | ||
| 12 | 12 | ||
| 13 | #include "snac.h" | 13 | #include "snac.h" |
| 14 | 14 | ||