summaryrefslogtreecommitdiff
path: root/acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'acl.c')
-rw-r--r--acl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/acl.c b/acl.c
index 9d11a04b8..7b5850d03 100644
--- a/acl.c
+++ b/acl.c
@@ -23,6 +23,10 @@
* \author Mark Spencer <markster@digium.com>
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -58,10 +62,6 @@
#define IPTOS_MINCOST IPTOS_LOWCOST
#endif
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/acl.h"
#include "asterisk/logger.h"
#include "asterisk/channel.h"