From 3e07edf9957d75fa6280a0017d13681add25cccd Mon Sep 17 00:00:00 2001 From: abitmore Date: Sat, 2 May 2020 04:03:01 -0400 Subject: [PATCH] Remove unused header inclusion --- src/network/http/websocket.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/network/http/websocket.cpp b/src/network/http/websocket.cpp index 81c35eb..4108704 100644 --- a/src/network/http/websocket.cpp +++ b/src/network/http/websocket.cpp @@ -20,8 +20,6 @@ #include #include -#include - #if WIN32 #include #endif