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 --- apps/app_festival.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/app_festival.c') diff --git a/apps/app_festival.c b/apps/app_festival.c index 5a4bb053e..e7cbd47bf 100644 --- a/apps/app_festival.c +++ b/apps/app_festival.c @@ -25,6 +25,10 @@ * \ingroup applications */ +#include "asterisk.h" + +ASTERISK_FILE_VERSION(__FILE__, "$Revision$") + #include #include #include @@ -42,10 +46,6 @@ #include #include -#include "asterisk.h" - -ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - #include "asterisk/file.h" #include "asterisk/logger.h" #include "asterisk/channel.h" -- cgit v1.2.3