From: Luigi Rizzo Date: Sat, 8 Dec 2007 03:27:16 +0000 (+0000) Subject: normalize header order, and add a comment on the need X-Git-Tag: 1.6.0-beta1~3^2~493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fbcdac58902add556adadd3d609887ed89fcb9a;p=thirdparty%2Fasterisk.git normalize header order, and add a comment on the need to clean up this file. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91930 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/utils/ael_main.c b/utils/ael_main.c index 446e93d298..830b838074 100644 --- a/utils/ael_main.c +++ b/utils/ael_main.c @@ -1,10 +1,18 @@ +/* + * XXX this file probably need a fair amount of cleanup, at the very least: + * + * - documenting its purpose; + * - removing all unnecessary headers and other stuff from the sources + * it was copied from; + * - fixing the formatting + */ +#include "asterisk.h" + #include #include -#include #include #include -#include "asterisk.h" ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/channel.h"