Removed useless include

This commit is contained in:
anschrammh 2019-10-11 09:52:15 +02:00
parent a824610fb6
commit 49a37a34f3

View File

@ -3,7 +3,6 @@
#include "WEBServer.h"
#include "TCPClient.h"
#include "Dictionary.h"
class WEBClient : public TCPClient
{