Skip to content

Commit

Permalink
Update required headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sorbits committed Sep 30, 2012
1 parent 4563743 commit efb6eb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
1 change: 0 additions & 1 deletion Shared/PCH/prelude-mac.h
Expand Up @@ -11,7 +11,6 @@
#import <Security/Security.h>
#import <SystemConfiguration/SystemConfiguration.h>

#import <asl.h>
#import <libkern/OSAtomic.h>
#import <machine/byte_order.h>

Expand Down
16 changes: 2 additions & 14 deletions Shared/PCH/prelude.c
Expand Up @@ -4,17 +4,14 @@
#import <AvailabilityMacros.h>
#import <sys/types.h>

#if MAC_OS_X_VERSION_MAX_ALLOWED > MAC_OS_X_VERSION_10_4
#import <copyfile.h>
#import <execinfo.h>
#endif

#import <aio.h>
#import <assert.h>
#import <copyfile.h>
#import <ctype.h>
#import <curl/curl.h>
#import <dirent.h>
#import <errno.h>
#import <execinfo.h> // stack trace for debug
#import <fcntl.h>
#import <float.h>
#import <fnmatch.h>
Expand All @@ -26,11 +23,9 @@
#import <math.h>
#import <netdb.h>
#import <netinet/in.h>
#import <poll.h>
#import <pthread.h>
#import <pwd.h>
#import <signal.h>
#import <sqlite3.h>
#import <stdarg.h>
#import <stdio.h>
#import <stdlib.h>
Expand All @@ -52,13 +47,6 @@
#import <unistd.h>
#import <uuid/uuid.h>

#import <openssl/bio.h>
#import <openssl/evp.h>
#import <openssl/pem.h>
#import <openssl/rsa.h>
#import <openssl/sha.h>
#import <openssl/err.h>

#import <zlib.h>

#endif /* end of include guard: PRELUDE_C_PCH_NIMDKONH */
5 changes: 0 additions & 5 deletions Shared/PCH/prelude.m
Expand Up @@ -11,9 +11,4 @@
#import <ExceptionHandling/NSExceptionHandler.h>
#import <QuartzCore/QuartzCore.h> // this includes CoreAnimation (Cocoa classes), at least with the 10.4 SDK

#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4
typedef int NSInteger;
typedef unsigned int NSUInteger;
#endif

#endif /* end of include guard: PRELUDE_M_PCH_KZLXVFRT */

0 comments on commit efb6eb6

Please sign in to comment.