From 472c1ca2827e9409abacce4dc281b6392fb3448e Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" 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: https://origsvn.digium.com/svn/asterisk/trunk@32846 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/codec_g726.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'codecs/codec_g726.c') diff --git a/codecs/codec_g726.c b/codecs/codec_g726.c index 3b979eb63..f4cfdd749 100644 --- a/codecs/codec_g726.c +++ b/codecs/codec_g726.c @@ -26,6 +26,10 @@ * \ingroup codecs */ +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include #include #include @@ -33,10 +37,6 @@ #include #include -#include "asterisk.h" - -ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - #include "asterisk/lock.h" #include "asterisk/logger.h" #include "asterisk/linkedlists.h" -- cgit v1.2.3