aboutsummaryrefslogtreecommitdiffstats
path: root/tdd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tdd.c')
-rw-r--r--tdd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdd.c b/tdd.c
index 4fd8dd140..447059822 100644
--- a/tdd.c
+++ b/tdd.c
@@ -27,6 +27,10 @@
* \note Includes code and algorithms from the Zapata library.
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <time.h>
#include <string.h>
#include <stdio.h>
@@ -35,10 +39,6 @@
#include <math.h>
#include <ctype.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/ulaw.h"
#include "asterisk/tdd.h"
#include "asterisk/logger.h"