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 };