summaryrefslogtreecommitdiff
path: root/pbx
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-19 21:12:08 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-19 21:12:08 +0000
commitffd86fc964f67e2a828fb2e0974c6aaf563c2c98 (patch)
treeddca64a08cfa9907bb61a093e91466858d117e4c /pbx
parent086630d121155236a61bc568de2329fb6fd7a77a (diff)
more errno.h removal
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_ael.c1
-rw-r--r--pbx/pbx_config.c1
-rw-r--r--pbx/pbx_dundi.c1
-rw-r--r--pbx/pbx_loopback.c2
-rw-r--r--pbx/pbx_lua.c2
-rw-r--r--pbx/pbx_realtime.c2
-rw-r--r--pbx/pbx_spool.c1
7 files changed, 0 insertions, 10 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 95e6a1693..cffa65f40 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -31,7 +31,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <ctype.h>
-#include <errno.h>
#include <regex.h>
#include <sys/stat.h>
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 24fa13ee4..42e60af77 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -28,7 +28,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <ctype.h>
-#include <errno.h>
#include "asterisk/pbx.h"
#include "asterisk/config.h"
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index fb673c78f..3fbc6691e 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -31,7 +31,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/network.h"
-#include <errno.h>
#include <sys/ioctl.h>
#include <zlib.h>
#include <sys/signal.h>
diff --git a/pbx/pbx_loopback.c b/pbx/pbx_loopback.c
index 404b456b3..febadc1b1 100644
--- a/pbx/pbx_loopback.c
+++ b/pbx/pbx_loopback.c
@@ -26,8 +26,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <errno.h>
-
#include "asterisk/file.h"
#include "asterisk/logger.h"
#include "asterisk/channel.h"
diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c
index 843310261..598d38624 100644
--- a/pbx/pbx_lua.c
+++ b/pbx/pbx_lua.c
@@ -32,8 +32,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <errno.h>
-
#include "asterisk/options.h"
#include "asterisk/logger.h"
#include "asterisk/channel.h"
diff --git a/pbx/pbx_realtime.c b/pbx/pbx_realtime.c
index 12bd08b42..5516162bf 100644
--- a/pbx/pbx_realtime.c
+++ b/pbx/pbx_realtime.c
@@ -27,8 +27,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <errno.h>
-
#include "asterisk/file.h"
#include "asterisk/logger.h"
#include "asterisk/channel.h"
diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c
index 46cc44c9b..31726526a 100644
--- a/pbx/pbx_spool.c
+++ b/pbx/pbx_spool.c
@@ -27,7 +27,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/stat.h>
-#include <errno.h>
#include <time.h>
#include <utime.h>
#include <dirent.h>