Files
textmate/Shared/PCH/prelude.m
2012-09-30 15:25:44 +02:00

15 lines
443 B
Objective-C

#ifndef PRELUDE_M_PCH_KZLXVFRT
#define PRELUDE_M_PCH_KZLXVFRT
#include "prelude.c"
#include "prelude-mac.h"
#import <objc/objc-runtime.h>
#import <AddressBook/AddressBook.h>
#import <Cocoa/Cocoa.h>
#import <WebKit/WebKit.h>
#import <ExceptionHandling/NSExceptionHandler.h>
#import <QuartzCore/QuartzCore.h> // this includes CoreAnimation (Cocoa classes), at least with the 10.4 SDK
#endif /* end of include guard: PRELUDE_M_PCH_KZLXVFRT */