Commit e872b212b50e59218f8253dccac95b9dcb81c718
Committed by
Moritz Wirger
1 parent
3567e92c
Remove wrong include in WinHttpHandler.
Showing
1 changed file
with
0 additions
and
2 deletions
hueplusplus/include/WinHttpHandler.h
100755 → 100644
| ... | ... | @@ -26,8 +26,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 26 | 26 | |
| 27 | 27 | #include "BaseHttpHandler.h" |
| 28 | 28 | |
| 29 | -#include "json/json.hpp" | |
| 30 | - | |
| 31 | 29 | //! Class to handle http requests and multicast requests on windows systems |
| 32 | 30 | class WinHttpHandler : public BaseHttpHandler { |
| 33 | 31 | public: | ... | ... |