From e872b212b50e59218f8253dccac95b9dcb81c718 Mon Sep 17 00:00:00 2001 From: Jan <33495614+Jojo-1000@users.noreply.github.com> Date: Thu, 19 Mar 2020 20:36:30 +0100 Subject: [PATCH] Remove wrong include in WinHttpHandler. --- hueplusplus/include/WinHttpHandler.h | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) mode change 100755 => 100644 hueplusplus/include/WinHttpHandler.h diff --git a/hueplusplus/include/WinHttpHandler.h b/hueplusplus/include/WinHttpHandler.h old mode 100755 new mode 100644 index 53d1a6d..88ff3b3 --- a/hueplusplus/include/WinHttpHandler.h +++ b/hueplusplus/include/WinHttpHandler.h @@ -26,8 +26,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #include "BaseHttpHandler.h" -#include "json/json.hpp" - //! Class to handle http requests and multicast requests on windows systems class WinHttpHandler : public BaseHttpHandler { public: -- libgit2 0.21.4