Skip to content

Commit

Permalink
[builtins][FMV] Remove dead include from fmv/apple.inc. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
jroelofs committed Feb 2, 2024
1 parent 52864d9 commit 659419a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler-rt/lib/builtins/cpu_model/aarch64/fmv/apple.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <TargetConditionals.h>
#if TARGET_OS_OSX || TARGET_OS_IPHONE
#include <dispatch/dispatch.h>
#include <sys/sysctl.h>

static bool isKnownAndSupported(const char *name) {
Expand Down

0 comments on commit 659419a

Please sign in to comment.