From 8df1e14ba44bd0139faf7e7c7224161f435cc6fd Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 8 Jan 2019 15:19:01 +0100 Subject: [PATCH] cstring is not needed here. --- RemoteCommand.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/RemoteCommand.cpp b/RemoteCommand.cpp index aca8e8b..f6ec180 100644 --- a/RemoteCommand.cpp +++ b/RemoteCommand.cpp @@ -21,7 +21,6 @@ #include "UDPSocket.h" #include -#include int main(int argc, char** argv) {