diff options
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r-- | src/core/ngx_log.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index 959c13206..3eedfff6f 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -139,8 +139,6 @@ void ngx_log_error_core(int level, ngx_log_t *log, ngx_err_t err, #else /* NO VARIADIC MACROS */ -#include <stdarg.h> - #if (NGX_DEBUG) #define ngx_log_debug(log, text) \ if (log->log_level == NGX_LOG_DEBUG) \ |