aboutsummaryrefslogtreecommitdiffstats
path: root/utils/ael_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ael_main.c')
-rw-r--r--utils/ael_main.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/utils/ael_main.c b/utils/ael_main.c
index 446e93d29..830b83807 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 <locale.h>
#include <ctype.h>
-#include <errno.h>
#include <regex.h>
#include <limits.h>
-#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"