summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/clock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clock.h b/include/clock.h
index 7f0f1eccc4..d65e404e86 100644
--- a/include/clock.h
+++ b/include/clock.h
@@ -1,8 +1,7 @@
-#include <types.h>
-
#ifndef CLOCK_H
#define CLOCK_H
+#include <types.h>
#include <linux/time.h>
#define CLOCKSOURCE_MASK(bits) (uint64_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1)