mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04: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
This commit is contained in:
parent
326836a1eb
commit
d2033021a7
1 changed files with 0 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue