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 --- formats/format_g726.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'formats/format_g726.c') diff --git a/formats/format_g726.c b/formats/format_g726.c index 61b06b47e..b0e123bbd 100644 --- a/formats/format_g726.c +++ b/formats/format_g726.c @@ -28,6 +28,10 @@ * \ingroup formats */ +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include #include #include @@ -37,10 +41,6 @@ #include #include -#include "asterisk.h" - -ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - #include "asterisk/lock.h" #include "asterisk/options.h" #include "asterisk/channel.h" -- cgit v1.2.3