1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

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:		4c9a0adad1
MFC after:	3 days

(cherry picked from commit d2033021a7)
This commit is contained in:
Dimitry Andric 2023-11-28 19:17:36 +01:00
parent 2d6a03dd43
commit 336d8c4a79

View File

@ -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>