summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/hwtimer.c')
-rw-r--r--zephyr/shim/src/hwtimer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/zephyr/shim/src/hwtimer.c b/zephyr/shim/src/hwtimer.c
index cefbe4eb7f..d99f7a826b 100644
--- a/zephyr/shim/src/hwtimer.c
+++ b/zephyr/shim/src/hwtimer.c
@@ -3,11 +3,10 @@
* found in the LICENSE file.
*/
-#include "hwtimer.h"
-
+#include <zephyr/kernel.h>
#include <stdint.h>
-#include <zephyr/kernel.h>
+#include "hwtimer.h"
uint64_t __hw_clock_source_read64(void)
{