From c0f15b9326cc8c24cd8e71ab63a95cfc659e373e Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 11 Sep 2015 14:12:27 -0700 Subject: [PATCH] DEBUG_WOLFSSL can't assume C standard headers, fix --- wolfssl/wolfcrypt/logging.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wolfssl/wolfcrypt/logging.h b/wolfssl/wolfcrypt/logging.h index ad519f76d..2e604080d 100644 --- a/wolfssl/wolfcrypt/logging.h +++ b/wolfssl/wolfcrypt/logging.h @@ -25,10 +25,6 @@ #ifndef WOLFSSL_LOGGING_H #define WOLFSSL_LOGGING_H -#ifdef DEBUG_WOLFSSL -#include -#endif - #include #ifdef __cplusplus