From 73c525e6e2dbcf452c2e78e44a63678f2b2068ea Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 7 Jun 2006 18:54:56 +0000 Subject: simplify autoconfig include mechanism (make tholo happy he can use lint again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b --- cdr/cdr_custom.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cdr/cdr_custom.c') diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c index 6aad620d8..f540e0a6b 100644 --- a/cdr/cdr_custom.c +++ b/cdr/cdr_custom.c @@ -30,6 +30,10 @@ * \ingroup cdr_drivers */ +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include #include #include @@ -39,10 +43,6 @@ #include #include -#include "asterisk.h" - -ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - #include "asterisk/channel.h" #include "asterisk/cdr.h" #include "asterisk/module.h" -- cgit v1.2.3