Skip to content

Commit

Permalink
Test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 21, 2023
1 parent 53aa4cf commit 81ca50a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/common/mac/arch_utilities.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@

#include "common/mac/arch_utilities.h"

#include <Availability.h>
#include <AvailabilityMacros.h>

#include <mach-o/arch.h>
#include <mach-o/fat.h>
#include <mach/machine.h>
#include <stdio.h>
#include <string.h>
#include <Availability.h>
#include <AvailabilityMacros.h>

#ifdef __APPLE__
#if (defined(__IPHONE_OS_VERSION_MIN_REQUIRED) && defined(__IPHONE_16_0) && \
Expand Down

0 comments on commit 81ca50a

Please sign in to comment.