From: Sergey Bugaev Date: Sun, 19 Mar 2023 15:10:06 +0000 (+0300) Subject: elf: Stop including tls.h in ldsodefs.h X-Git-Tag: glibc-2.38~383 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4644fb9c4c10287c875dc60c345a3eb6f4c8e87b;p=thirdparty%2Fglibc.git elf: Stop including tls.h in ldsodefs.h Nothing in there needs tls.h Signed-off-by: Sergey Bugaev Message-Id: <20230319151017.531737-24-bugaevc@gmail.com> --- diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h index e1ab272a796..ba531762968 100644 --- a/sysdeps/generic/ldsodefs.h +++ b/sysdeps/generic/ldsodefs.h @@ -38,7 +38,6 @@ #include #include #include -#include #include __BEGIN_DECLS