diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2024-01-03 20:14:37 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-03 21:59:54 +0100 |
commit | 114de961e093a815b1fd6f53a92ec120fb84c092 (patch) | |
tree | dab58da8caf00ad517b40ed22cff7bd12c9a4b7d /mach | |
parent | b6931d6d14c71fd229cc2ff94c810bd3390687db (diff) | |
download | glibc-114de961e093a815b1fd6f53a92ec120fb84c092.tar.gz glibc-114de961e093a815b1fd6f53a92ec120fb84c092.tar.xz glibc-114de961e093a815b1fd6f53a92ec120fb84c092.zip |
mach: Drop some unnecessary vm_param.h includes
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Diffstat (limited to 'mach')
-rw-r--r-- | mach/setup-thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mach/setup-thread.c b/mach/setup-thread.c index 72bf108393..1e7f9953c6 100644 --- a/mach/setup-thread.c +++ b/mach/setup-thread.c @@ -19,7 +19,6 @@ #include <mach/setup-thread.h> #include <thread_state.h> #include <string.h> -#include <mach/machine/vm_param.h> #include <ldsodefs.h> #include "sysdep.h" /* Defines stack direction. */ |