aboutsummaryrefslogtreecommitdiffstats
path: root/main/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/logger.c')
-rw-r--r--main/logger.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/logger.c b/main/logger.c
index a5c7dd93a..83cdef36a 100644
--- a/main/logger.c
+++ b/main/logger.c
@@ -30,14 +30,8 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <signal.h>
-#include <stdarg.h>
-#include <stdio.h>
-#include <unistd.h>
#include <time.h>
-#include <string.h>
-#include <stdlib.h>
#include <errno.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#if ((defined(AST_DEVMODE)) && (defined(linux)))