From c2075ba94193bc6727dc10c46de2d2249d2549ea Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 12 Oct 2023 14:47:57 +0300 Subject: [PATCH] tpws: remove unneeded header --- tpws/protocol.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tpws/protocol.c b/tpws/protocol.c index 16d1872..f2d7463 100644 --- a/tpws/protocol.c +++ b/tpws/protocol.c @@ -6,7 +6,6 @@ #include #include #include -#include const char *http_methods[] = { "GET /","POST /","HEAD /","OPTIONS /","PUT /","DELETE /","CONNECT /","TRACE /",NULL };