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 | |
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>
-rw-r--r-- | mach/setup-thread.c | 1 | ||||
-rw-r--r-- | sysdeps/mach/hurd/dl-sysdep.c | 1 |
2 files changed, 0 insertions, 2 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. */ diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c index d3933bfe5a..43129a1e74 100644 --- a/sysdeps/mach/hurd/dl-sysdep.c +++ b/sysdeps/mach/hurd/dl-sysdep.c @@ -32,7 +32,6 @@ #include <sysdep.h> #include <argz.h> #include <mach/mig_support.h> -#include <mach/machine/vm_param.h> #include "hurdstartup.h" #include <hurd/lookup.h> #include <hurd/auth.h> |