summaryrefslogtreecommitdiff
path: root/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'sched.c')
-rw-r--r--sched.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sched.c b/sched.c
index fc97bdba4..ee5ce383b 100644
--- a/sched.c
+++ b/sched.c
@@ -23,6 +23,10 @@
* \author Mark Spencer <markster@digium.com>
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#ifdef DEBUG_SCHEDULER
#define DEBUG(a) do { \
if (option_debug) \
@@ -38,10 +42,6 @@
#include <unistd.h>
#include <string.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/sched.h"
#include "asterisk/logger.h"
#include "asterisk/channel.h"