[HTTP] Fixed exclusion macros

This commit is contained in:
jgromes 2020-07-04 21:18:49 +02:00
parent 152d3d3da3
commit dc4c588bae

View file

@ -1,9 +1,11 @@
#if !defined(_RADIOLIB_HTTP_H) && !defined(RADIOLIB_EXCLUDE_HTTP) #if !defined(_RADIOLIB_HTTP_H)
#define _RADIOLIB_HTTP_H #define _RADIOLIB_HTTP_H
#include "../../TypeDef.h" #include "../../TypeDef.h"
#include "../TransportLayer/TransportLayer.h"
#if !defined(RADIOLIB_EXCLUDE_HTTP)
#include "../TransportLayer/TransportLayer.h"
/*! /*!
\class HTTPClient \class HTTPClient
@ -67,3 +69,5 @@ class HTTPClient {
}; };
#endif #endif
#endif