Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

uapi/linux/resource.h: fix include

We should't be depending on time.h; we should only be pulling in other
uapi headers.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

+1 -1
+1 -1
include/uapi/linux/resource.h
··· 2 2 #ifndef _UAPI_LINUX_RESOURCE_H 3 3 #define _UAPI_LINUX_RESOURCE_H 4 4 5 - #include <linux/time.h> 5 + #include <linux/time_types.h> 6 6 #include <linux/types.h> 7 7 8 8 /*