summaryrefslogtreecommitdiff
path: root/pbx/pbx_ael.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-06-17 12:56:35 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-06-17 12:56:35 +0000
commitfb6f36387fd65f853b16caa9721213130ad178af (patch)
tree4a00c0f50740916a1ea12e14f02b506f24acd770 /pbx/pbx_ael.c
parent3ba6894cd5d3702c6bfb97c73376fcd21c92d044 (diff)
dueling commits, mark won!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5923 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/pbx_ael.c')
-rwxr-xr-xpbx/pbx_ael.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index b71730018..4e5685039 100755
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -17,8 +17,11 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
-/* For where to put dynamic tables */
+
#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "asterisk/pbx.h"
#include "asterisk/config.h"
#include "asterisk/module.h"
@@ -26,8 +29,6 @@
#include "asterisk/cli.h"
#include "asterisk/callerid.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
struct stringlink {
struct stringlink *next;
unsigned char data[0];