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"