Commit 1ef83969 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

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: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 34470669
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#ifndef _UAPI_LINUX_RESOURCE_H
#define _UAPI_LINUX_RESOURCE_H

#include <linux/time.h>
#include <linux/time_types.h>
#include <linux/types.h>

/*