Files
textmate/Shared/PCH/prelude.m
Jacob Bandes-Storch 17e822896e Add Quick Look generator
Closes #1062
2013-07-30 23:11:49 +02:00

16 lines
474 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 <ExceptionHandling/NSExceptionHandler.h>
#import <CoreFoundation/CFPlugInCOM.h> // must be loaded before QuickLook.h
#import <Quartz/Quartz.h> // includes the private QuickLookUI.h
#import <WebKit/WebKit.h>
#endif /* end of include guard: PRELUDE_M_PCH_KZLXVFRT */