linux(4): Remove include of sys/types.h from linux_vdso.h

Due to sys/param.h includes sys/types.h and the fact that the sys/param.h
is included everywhere where linux_vdso.h is needed.
This commit is contained in:
Dmitry Chagin 2023-08-18 15:58:32 +03:00
parent 2be88e2cca
commit 110be11ac9

View File

@ -28,8 +28,6 @@
#ifndef _LINUX_VDSO_H_
#define _LINUX_VDSO_H_
#include <sys/types.h>
struct linux_vdso_sym {
SLIST_ENTRY(linux_vdso_sym) sym;
uint32_t size;