aboutsummaryrefslogtreecommitdiffstats
path: root/cdr
diff options
context:
space:
mode:
Diffstat (limited to 'cdr')
-rw-r--r--cdr/cdr_adaptive_odbc.c4
-rw-r--r--cdr/cdr_csv.c6
-rw-r--r--cdr/cdr_custom.c6
-rw-r--r--cdr/cdr_manager.c3
-rw-r--r--cdr/cdr_odbc.c6
-rw-r--r--cdr/cdr_pgsql.c5
-rw-r--r--cdr/cdr_radius.c5
-rw-r--r--cdr/cdr_sqlite.c5
-rw-r--r--cdr/cdr_sqlite3_custom.c5
-rw-r--r--cdr/cdr_tds.c5
10 files changed, 0 insertions, 50 deletions
diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c
index 129ae1682..b5b83cd02 100644
--- a/cdr/cdr_adaptive_odbc.c
+++ b/cdr/cdr_adaptive_odbc.c
@@ -33,10 +33,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <sys/types.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <unistd.h>
#include <time.h>
#include <sql.h>
diff --git a/cdr/cdr_csv.c b/cdr/cdr_csv.c
index 1a0fcaa30..2db2221b0 100644
--- a/cdr/cdr_csv.c
+++ b/cdr/cdr_csv.c
@@ -32,13 +32,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/types.h>
-#include <stdio.h>
-#include <string.h>
#include <errno.h>
-
-#include <stdlib.h>
-#include <unistd.h>
#include <time.h>
#include "asterisk/config.h"
diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c
index fe65abd8c..d84746eb5 100644
--- a/cdr/cdr_custom.c
+++ b/cdr/cdr_custom.c
@@ -34,13 +34,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/types.h>
-#include <stdio.h>
-#include <string.h>
#include <errno.h>
-
-#include <stdlib.h>
-#include <unistd.h>
#include <time.h>
#include "asterisk/channel.h"
diff --git a/cdr/cdr_manager.c b/cdr/cdr_manager.c
index 062718039..e204337d5 100644
--- a/cdr/cdr_manager.c
+++ b/cdr/cdr_manager.c
@@ -29,9 +29,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/types.h>
-#include <strings.h>
-#include <unistd.h>
#include <time.h>
#include "asterisk/channel.h"
diff --git a/cdr/cdr_odbc.c b/cdr/cdr_odbc.c
index 1223347b3..effa61512 100644
--- a/cdr/cdr_odbc.c
+++ b/cdr/cdr_odbc.c
@@ -37,12 +37,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/types.h>
-#include <stdio.h>
-#include <string.h>
-
-#include <stdlib.h>
-#include <unistd.h>
#include <time.h>
#include "asterisk/config.h"
diff --git a/cdr/cdr_pgsql.c b/cdr/cdr_pgsql.c
index ac43e96f8..0750a2dab 100644
--- a/cdr/cdr_pgsql.c
+++ b/cdr/cdr_pgsql.c
@@ -41,11 +41,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/types.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <unistd.h>
#include <time.h>
#include <libpq-fe.h>
diff --git a/cdr/cdr_radius.c b/cdr/cdr_radius.c
index 207e24762..cc7709016 100644
--- a/cdr/cdr_radius.c
+++ b/cdr/cdr_radius.c
@@ -34,13 +34,8 @@
ASTERISK_FILE_VERSION(__FILE__, "$Rev$")
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
#include <errno.h>
-#include <unistd.h>
#include <time.h>
-#include <sys/types.h>
#include <radiusclient-ng.h>
#include "asterisk/channel.h"
diff --git a/cdr/cdr_sqlite.c b/cdr/cdr_sqlite.c
index 2c526a60c..b08ce164d 100644
--- a/cdr/cdr_sqlite.c
+++ b/cdr/cdr_sqlite.c
@@ -42,11 +42,6 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/types.h>
-#include <unistd.h>
-#include <string.h>
-#include <stdlib.h>
-#include <stdio.h>
#include <sqlite.h>
#include "asterisk/channel.h"
diff --git a/cdr/cdr_sqlite3_custom.c b/cdr/cdr_sqlite3_custom.c
index a3ca00a4e..8f87620ed 100644
--- a/cdr/cdr_sqlite3_custom.c
+++ b/cdr/cdr_sqlite3_custom.c
@@ -40,13 +40,8 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
#include <errno.h>
-#include <unistd.h>
#include <time.h>
-#include <sys/types.h>
#include <sqlite3.h>
#include "asterisk/channel.h"
diff --git a/cdr/cdr_tds.c b/cdr/cdr_tds.c
index 4acd5359e..64faef59c 100644
--- a/cdr/cdr_tds.c
+++ b/cdr/cdr_tds.c
@@ -63,11 +63,6 @@ CREATE TABLE [dbo].[cdr] (
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <sys/types.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <unistd.h>
#include <time.h>
#include <math.h>