tpws: remove unneeded header

This commit is contained in:
bol-van 2023-10-12 14:47:57 +03:00
parent c4729c3006
commit c2075ba941

View File

@ -6,7 +6,6 @@
#include <ctype.h>
#include <arpa/inet.h>
#include <string.h>
#include <stdio.h>
const char *http_methods[] = { "GET /","POST /","HEAD /","OPTIONS /","PUT /","DELETE /","CONNECT /","TRACE /",NULL };