From 199add9567cb7ca9abf055e2e4c5761f3bdf95bd Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 22 Apr 2005 13:11:34 +0000 Subject: phase 1 of header include cleanup (bug #4067) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5498 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- logger.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'logger.c') diff --git a/logger.c b/logger.c index 15d60d95b..b1c7b0acf 100755 --- a/logger.c +++ b/logger.c @@ -16,6 +16,15 @@ #include #include #include +#include +#include +#include +#include + +#define SYSLOG_NAMES /* so we can map syslog facilities names to their numeric values, + from which is included by logger.h */ +#include + #include "asterisk/lock.h" #include "asterisk/options.h" #include "asterisk/channel.h" @@ -24,16 +33,9 @@ #include "asterisk/cli.h" #include "asterisk/utils.h" #include "asterisk/manager.h" -#include -#include -#include -#include #include "asterisk.h" #include "astconf.h" -#define SYSLOG_NAMES /* so we can map syslog facilities names to their numeric values, - from which is included by logger.h */ -#include static int syslog_level_map[] = { LOG_DEBUG, LOG_INFO, /* arbitrary equivalent of LOG_EVENT */ -- cgit v1.2.3