mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
15 lines
443 B
Objective-C
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 */
|