From 4cea7d9545ee642a96a2e5844a03074400cfa590 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 8 Sep 2022 05:03:29 +0200 Subject: sanitize #include-s --- src/net.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index 0cbe141..305f590 100644 --- a/src/net.h +++ b/src/net.h @@ -3,7 +3,6 @@ #include #include -#include int net_bind(const char *port); int net_accept(int fd); -- cgit v1.2.3