summaryrefslogtreecommitdiff
path: root/core/host/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/timer.c')
-rw-r--r--core/host/timer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/host/timer.c b/core/host/timer.c
index b2c9c5c478..66f047cd4d 100644
--- a/core/host/timer.c
+++ b/core/host/timer.c
@@ -5,15 +5,15 @@
/* Timer module */
+#include <stdint.h>
+#include <stdio.h>
+
#include "builtin/assert.h"
#include "task.h"
#include "test_util.h"
#include "timer.h"
#include "util.h"
-#include <stdint.h>
-#include <stdio.h>
-
static timestamp_t boot_time;
static int time_set;