summaryrefslogtreecommitdiff
path: root/apps/app_amd.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_amd.c')
-rw-r--r--apps/app_amd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/app_amd.c b/apps/app_amd.c
index b79f823d9..245f842c0 100644
--- a/apps/app_amd.c
+++ b/apps/app_amd.c
@@ -18,13 +18,13 @@
* at the top of the source tree.
*/
-#include <stdio.h>
-#include <stdlib.h>
-
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+#include <stdio.h>
+#include <stdlib.h>
+
#include "asterisk/module.h"
#include "asterisk/lock.h"
#include "asterisk/options.h"