aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-21 23:24:55 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-21 23:24:55 +0000
commit150b2c22ef3891af40e92cccbe05dbd3006e99a9 (patch)
treecd2685f9696e8791c67d0bd3eaf79b842b71a5c8 /pbx
parentde2db0533258ae743ce7122fc89d819d115276f3 (diff)
remove another set of redundant #include "asterisk/options.h"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89512 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_config.c1
-rw-r--r--pbx/pbx_dundi.c1
-rw-r--r--pbx/pbx_gtkconsole.c1
-rw-r--r--pbx/pbx_loopback.c1
-rw-r--r--pbx/pbx_lua.c1
-rw-r--r--pbx/pbx_realtime.c1
-rw-r--r--pbx/pbx_spool.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 442d3e1d5..9ee6c02b4 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -32,7 +32,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/paths.h" /* ast_config_AST_CONFIG_DIR */
#include "asterisk/pbx.h"
#include "asterisk/config.h"
-#include "asterisk/options.h"
#include "asterisk/module.h"
#include "asterisk/logger.h"
#include "asterisk/cli.h"
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 3fbc6691e..ec3da12d8 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -41,7 +41,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/logger.h"
#include "asterisk/channel.h"
#include "asterisk/config.h"
-#include "asterisk/options.h"
#include "asterisk/pbx.h"
#include "asterisk/module.h"
#include "asterisk/frame.h"
diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c
index 45a951d85..9017d7459 100644
--- a/pbx/pbx_gtkconsole.c
+++ b/pbx/pbx_gtkconsole.c
@@ -42,7 +42,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/config.h"
#include "asterisk/module.h"
#include "asterisk/logger.h"
-#include "asterisk/options.h"
#include "asterisk/cli.h"
#include "asterisk/utils.h"
diff --git a/pbx/pbx_loopback.c b/pbx/pbx_loopback.c
index febadc1b1..11fe8c3ff 100644
--- a/pbx/pbx_loopback.c
+++ b/pbx/pbx_loopback.c
@@ -30,7 +30,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/logger.h"
#include "asterisk/channel.h"
#include "asterisk/config.h"
-#include "asterisk/options.h"
#include "asterisk/pbx.h"
#include "asterisk/module.h"
#include "asterisk/frame.h"
diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c
index 46f0790f7..143bea5e4 100644
--- a/pbx/pbx_lua.c
+++ b/pbx/pbx_lua.c
@@ -32,7 +32,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include "asterisk/options.h"
#include "asterisk/logger.h"
#include "asterisk/channel.h"
#include "asterisk/pbx.h"
diff --git a/pbx/pbx_realtime.c b/pbx/pbx_realtime.c
index 5516162bf..0b122b04c 100644
--- a/pbx/pbx_realtime.c
+++ b/pbx/pbx_realtime.c
@@ -31,7 +31,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/logger.h"
#include "asterisk/channel.h"
#include "asterisk/config.h"
-#include "asterisk/options.h"
#include "asterisk/pbx.h"
#include "asterisk/module.h"
#include "asterisk/frame.h"
diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c
index 9b64df721..c4cd739ad 100644
--- a/pbx/pbx_spool.c
+++ b/pbx/pbx_spool.c
@@ -39,7 +39,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/callerid.h"
#include "asterisk/pbx.h"
#include "asterisk/module.h"
-#include "asterisk/options.h"
#include "asterisk/utils.h"
/*