From fc434c12924228dbd9ed50fa769b06d1df19a17c Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sun, 17 Nov 2019 09:37:34 +0100 Subject: [PATCH] Removed an old include that wasn't necessary anymore --- src/app/webApi.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/webApi.h b/src/app/webApi.h index bfd2aa6..186d2d9 100644 --- a/src/app/webApi.h +++ b/src/app/webApi.h @@ -1,6 +1,5 @@ #ifndef WEBAPI_H #define WEBAPI_H -//#include "WebServerManager.h" #include "SAB.h" #include "views.h"