aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-08 03:27:16 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-08 03:27:16 +0000
commit0c67039eb1ea0c47b389bcac3d02e88da746c8cd (patch)
tree7bab9d30f46adb3761d0fa2c2ad348326f1dc216 /utils
parent6ee4d56b30658da5b0099789866232aad12100c5 (diff)
normalize header order, and add a comment on the need
to clean up this file. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@91930 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-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"