summaryrefslogtreecommitdiff
path: root/libhw_cr/host_util.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-17 12:38:59 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-17 13:28:16 -0600
commit7cbd849648d41c8b55b5b5fe618b8d20e75db868 (patch)
tree0fede0bc971d318053c1d75223372a6a44c64d47 /libhw_cr/host_util.h
parent037df4afccb4577351f8155a0b9a36825ac7eb15 (diff)
Sort+align #includes
Diffstat (limited to 'libhw_cr/host_util.h')
-rw-r--r--libhw_cr/host_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libhw_cr/host_util.h b/libhw_cr/host_util.h
index 02c04dc..3f0a671 100644
--- a/libhw_cr/host_util.h
+++ b/libhw_cr/host_util.h
@@ -7,8 +7,8 @@
#ifndef _LIBHW_CR_HOST_UTIL_H_
#define _LIBHW_CR_HOST_UTIL_H_
-#include <time.h> /* for struct timespec */
-#include <sys/time.h> /* for struct timeval */
+#include <sys/time.h> /* for struct timeval */
+#include <time.h> /* for struct timespec */
#include <libhw/generic/alarmclock.h> /* for {X}S_PER_S */