diff options
-rw-r--r-- | src/common/log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c index c0ed2c0b9d..49571f64fb 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -8,7 +8,6 @@ * \brief Functions to send messages to log files or the console. */ -#include <stdio.h> #include <stdarg.h> #include <assert.h> #include <stdlib.h> |