git: 336d8c4a79e9 - stable/13 - compiler-rt: remove unnecessary include

From: Dimitry Andric <dim_at_FreeBSD.org>
Date: Sat, 02 Dec 2023 11:27:01 UTC
The branch stable/13 has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=336d8c4a79e905ab44382fe1695580de44a68c6c

commit 336d8c4a79e905ab44382fe1695580de44a68c6c
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-11-28 18:17:36 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-12-02 11:17:05 +0000

    compiler-rt: remove unnecessary include
    
    This is to sync the code with upstream, see:
    See https://github.com/llvm/llvm-project/pull/73439#discussion_r1406644942
    
    Fixes:          4c9a0adad182
    MFC after:      3 days
    
    (cherry picked from commit d2033021a73db7b8d910c1ffc52f4d1d0def7162)
---
 .../compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp         | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp b/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
index 58310e05b359..2e9329183e8d 100644
--- a/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
+++ b/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
@@ -47,7 +47,6 @@
 
 #if SANITIZER_FREEBSD
 #include <pthread_np.h>
-#include <stdlib.h>
 #include <osreldate.h>
 #include <sys/auxv.h>
 #include <sys/sysctl.h>