summaryrefslogtreecommitdiff
path: root/utils/ael_main.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-12-08 03:27:16 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-12-08 03:27:16 +0000
commit3fbcdac58902add556adadd3d609887ed89fcb9a (patch)
tree7bab9d30f46adb3761d0fa2c2ad348326f1dc216 /utils/ael_main.c
parent381e3535d447bdb1148b24994b291cde9c442eb7 (diff)
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
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"