POSIX Simulator: Remove unused __APPLE__ mach_vm.h include (#1225)

Remove unused __APPLE__ mach_vm.h include
This commit is contained in:
John Boiles 2025-01-21 00:50:16 -08:00 committed by GitHub
parent 78e0cc778a
commit a58579681c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 8 deletions

View file

@ -65,10 +65,6 @@
#include <time.h>
#include <unistd.h>
#ifdef __APPLE__
#include <mach/mach_vm.h>
#endif
/* Scheduler includes. */
#include "FreeRTOS.h"
#include "task.h"