From: Jay Freeman (saurik) Date: Fri, 26 Jun 2015 11:30:42 +0000 (-0700) Subject: Remove some thankfully now-obsolete UNIX includes. X-Git-Tag: v1.2.0~5 X-Git-Url: https://git.saurik.com/ldid.git/commitdiff_plain/af4e57ce334307364381c6c5ecc8a584f6516f27 Remove some thankfully now-obsolete UNIX includes. --- diff --git a/ldid.cpp b/ldid.cpp index 39c1d96..7e56f14 100644 --- a/ldid.cpp +++ b/ldid.cpp @@ -31,10 +31,6 @@ extern "C" { #include #include -#include -#include -#include - struct fat_header { uint32_t magic; uint32_t nfat_arch;