From 49a37a34f30bb478363968d0601daedc47c269fc Mon Sep 17 00:00:00 2001 From: anschrammh Date: Fri, 11 Oct 2019 09:52:15 +0200 Subject: [PATCH] Removed useless include --- src/app/WEBClient.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/WEBClient.h b/src/app/WEBClient.h index b49c25c..beff4f2 100644 --- a/src/app/WEBClient.h +++ b/src/app/WEBClient.h @@ -3,7 +3,6 @@ #include "WEBServer.h" #include "TCPClient.h" -#include "Dictionary.h" class WEBClient : public TCPClient {