aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 19:09:03 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-19 19:09:03 +0000
commit0cc47e4221b233d9cd912c9b7f21f49d80a7ec13 (patch)
tree2f8081f42eaf1f4920175e7b5371a731633d80c5 /cdr
parent9cf442d7f72870c9616ab967f2227cc1a145918c (diff)
another bunch of include removals (errno.h and asterisk/logger.h)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89425 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cdr')
-rw-r--r--cdr/cdr_adaptive_odbc.c1
-rw-r--r--cdr/cdr_csv.c2
-rw-r--r--cdr/cdr_custom.c2
-rw-r--r--cdr/cdr_manager.c1
-rw-r--r--cdr/cdr_odbc.c1
-rw-r--r--cdr/cdr_pgsql.c1
-rw-r--r--cdr/cdr_radius.c2
-rw-r--r--cdr/cdr_sqlite.c1
-rw-r--r--cdr/cdr_sqlite3_custom.c2
-rw-r--r--cdr/cdr_tds.c1
10 files changed, 0 insertions, 14 deletions
diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c
index b5b83cd02..f0f85b942 100644
--- a/cdr/cdr_adaptive_odbc.c
+++ b/cdr/cdr_adaptive_odbc.c
@@ -47,7 +47,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/res_odbc.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"
-#include "asterisk/logger.h"
#define CONFIG "cdr_adaptive_odbc.conf"
diff --git a/cdr/cdr_csv.c b/cdr/cdr_csv.c
index 2db2221b0..06e03c972 100644
--- a/cdr/cdr_csv.c
+++ b/cdr/cdr_csv.c
@@ -32,7 +32,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <errno.h>
#include <time.h>
#include "asterisk/config.h"
@@ -40,7 +39,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/cdr.h"
#include "asterisk/module.h"
#include "asterisk/options.h"
-#include "asterisk/logger.h"
#include "asterisk/utils.h"
#include "asterisk/lock.h"
diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c
index d84746eb5..dab0a1b9f 100644
--- a/cdr/cdr_custom.c
+++ b/cdr/cdr_custom.c
@@ -34,7 +34,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <errno.h>
#include <time.h>
#include "asterisk/channel.h"
@@ -42,7 +41,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/module.h"
#include "asterisk/config.h"
#include "asterisk/pbx.h"
-#include "asterisk/logger.h"
#include "asterisk/utils.h"
#define CUSTOM_LOG_DIR "/cdr_custom"
diff --git a/cdr/cdr_manager.c b/cdr/cdr_manager.c
index e204337d5..b6f5deb6a 100644
--- a/cdr/cdr_manager.c
+++ b/cdr/cdr_manager.c
@@ -34,7 +34,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"
-#include "asterisk/logger.h"
#include "asterisk/utils.h"
#include "asterisk/manager.h"
#include "asterisk/config.h"
diff --git a/cdr/cdr_odbc.c b/cdr/cdr_odbc.c
index effa61512..b146856d9 100644
--- a/cdr/cdr_odbc.c
+++ b/cdr/cdr_odbc.c
@@ -44,7 +44,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"
-#include "asterisk/logger.h"
#include "asterisk/res_odbc.h"
#define DATE_FORMAT "%Y-%m-%d %T"
diff --git a/cdr/cdr_pgsql.c b/cdr/cdr_pgsql.c
index 5f279960f..4517c70b8 100644
--- a/cdr/cdr_pgsql.c
+++ b/cdr/cdr_pgsql.c
@@ -50,7 +50,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"
-#include "asterisk/logger.h"
#define DATE_FORMAT "%Y-%m-%d %T"
diff --git a/cdr/cdr_radius.c b/cdr/cdr_radius.c
index cc7709016..962acc9c7 100644
--- a/cdr/cdr_radius.c
+++ b/cdr/cdr_radius.c
@@ -34,14 +34,12 @@
ASTERISK_FILE_VERSION(__FILE__, "$Rev$")
-#include <errno.h>
#include <time.h>
#include <radiusclient-ng.h>
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"
-#include "asterisk/logger.h"
#include "asterisk/utils.h"
#include "asterisk/options.h"
diff --git a/cdr/cdr_sqlite.c b/cdr/cdr_sqlite.c
index b08ce164d..c8c069036 100644
--- a/cdr/cdr_sqlite.c
+++ b/cdr/cdr_sqlite.c
@@ -46,7 +46,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/module.h"
-#include "asterisk/logger.h"
#include "asterisk/utils.h"
#define LOG_UNIQUEID 0
diff --git a/cdr/cdr_sqlite3_custom.c b/cdr/cdr_sqlite3_custom.c
index 8f87620ed..780b252ff 100644
--- a/cdr/cdr_sqlite3_custom.c
+++ b/cdr/cdr_sqlite3_custom.c
@@ -40,7 +40,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <errno.h>
#include <time.h>
#include <sqlite3.h>
@@ -49,7 +48,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/module.h"
#include "asterisk/config.h"
#include "asterisk/pbx.h"
-#include "asterisk/logger.h"
#include "asterisk/utils.h"
#include "asterisk/cli.h"
#include "asterisk/options.h"
diff --git a/cdr/cdr_tds.c b/cdr/cdr_tds.c
index 64faef59c..ef0cce096 100644
--- a/cdr/cdr_tds.c
+++ b/cdr/cdr_tds.c
@@ -75,7 +75,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"
-#include "asterisk/logger.h"
#ifdef FREETDS_PRE_0_62
#warning "You have older TDS, you should upgrade!"