summaryrefslogtreecommitdiff
path: root/main/loader.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-19 19:09:03 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-19 19:09:03 +0000
commit9335ace850459f02e49ee1427f6b675d613b7403 (patch)
tree2f8081f42eaf1f4920175e7b5371a731633d80c5 /main/loader.c
parent0595b5e2aa6a868b01c617881cfefc6028817a28 (diff)
another bunch of include removals (errno.h and asterisk/logger.h)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89425 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/loader.c')
-rw-r--r--main/loader.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/loader.c b/main/loader.c
index e492538e0..372af6eb5 100644
--- a/main/loader.c
+++ b/main/loader.c
@@ -32,13 +32,11 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <dirent.h>
-#include <errno.h>
#include "asterisk/linkedlists.h"
#include "asterisk/module.h"
#include "asterisk/options.h"
#include "asterisk/config.h"
-#include "asterisk/logger.h"
#include "asterisk/channel.h"
#include "asterisk/term.h"
#include "asterisk/manager.h"