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
This commit is contained in:
Dimitry Andric 2023-11-28 19:17:36 +01:00
parent 326836a1eb
commit d2033021a7

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>