mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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>
This commit is contained in:
parent
3447066982
commit
1ef83969bb
|
|
@ -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>
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user