diff options
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r-- | include/HttpServ.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/HttpServ.h b/include/HttpServ.h index 7d63517..a0dd958 100644 --- a/include/HttpServ.h +++ b/include/HttpServ.h @@ -1,6 +1,5 @@ #ifndef __HTTPSERV_H__ #define __HTTPSERV_H__ -#ifdef __cplusplus #include <Socket.h> #include <String.h> @@ -28,7 +27,4 @@ class HttpServ : public Task { extern String endhl, endnl; -#else -#error This only works with a C++ compiler -#endif #endif |