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 --- formats/format_g729.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'formats/format_g729.c') diff --git a/formats/format_g729.c b/formats/format_g729.c index 387641e7a..0685d37a2 100644 --- a/formats/format_g729.c +++ b/formats/format_g729.c @@ -26,6 +26,10 @@ * \ingroup formats */ +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include #include #include @@ -35,10 +39,6 @@ #include #include -#include "asterisk.h" - -ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - #include "asterisk/lock.h" #include "asterisk/channel.h" #include "asterisk/file.h" -- cgit v1.2.3