summaryrefslogtreecommitdiff
path: root/cdr/cdr_pgsql.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 /cdr/cdr_pgsql.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 'cdr/cdr_pgsql.c')
-rw-r--r--cdr/cdr_pgsql.c1
1 files changed, 0 insertions, 1 deletions
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"