mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
18 lines
468 B
Objective-C
18 lines
468 B
Objective-C
#ifndef PRELUDE_MAC_H_X1SR1JB2
|
|
#define PRELUDE_MAC_H_X1SR1JB2
|
|
|
|
#import "prelude.c"
|
|
|
|
#import <AudioToolbox/AudioToolbox.h>
|
|
#import <Carbon/Carbon.h>
|
|
#import <CommonCrypto/CommonDigest.h>
|
|
#import <CoreFoundation/CoreFoundation.h>
|
|
#import <CoreServices/CoreServices.h>
|
|
#import <Security/Security.h>
|
|
#import <SystemConfiguration/SystemConfiguration.h>
|
|
|
|
#import <libkern/OSAtomic.h>
|
|
#import <machine/byte_order.h>
|
|
|
|
#endif /* end of include guard: PRELUDE_MAC_H_X1SR1JB2 */
|