summaryrefslogtreecommitdiff
path: root/libhw_cr/host_include/libhw
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-17 13:33:51 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-17 13:33:51 -0600
commit42fb27570262b52e2ca889030c621b5f4af76fe1 (patch)
tree1d70f96baa5089f8878a9c121ff0770846ad4090 /libhw_cr/host_include/libhw
parent18ddce6270391e5c1924394f8b5d8079ad73289e (diff)
parent556f3ff6ccb9fa4b193d91216f85e8ade33b4383 (diff)
Merge branch 'lukeshu/lint-ish'HEADmain
Diffstat (limited to 'libhw_cr/host_include/libhw')
-rw-r--r--libhw_cr/host_include/libhw/host_alarmclock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhw_cr/host_include/libhw/host_alarmclock.h b/libhw_cr/host_include/libhw/host_alarmclock.h
index 3cc43c1..2ddb054 100644
--- a/libhw_cr/host_include/libhw/host_alarmclock.h
+++ b/libhw_cr/host_include/libhw/host_alarmclock.h
@@ -7,10 +7,10 @@
#ifndef _LIBHW_HOST_ALARMCLOCK_H_
#define _LIBHW_HOST_ALARMCLOCK_H_
-#include <time.h> /* for clockid_t, timer_t */
+#include <time.h> /* for clockid_t, timer_t */
-#include <libmisc/private.h>
#include <libhw/generic/alarmclock.h>
+#include <libmisc/private.h>
struct hostclock {
clockid_t clock_id;