From 7cbd849648d41c8b55b5b5fe618b8d20e75db868 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 17 May 2025 12:38:59 -0600 Subject: Sort+align #includes --- libhw_cr/host_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libhw_cr/host_util.h') 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 /* for struct timespec */ -#include /* for struct timeval */ +#include /* for struct timeval */ +#include /* for struct timespec */ #include /* for {X}S_PER_S */ -- cgit v1.2.3-2-g168b