Skip to content

Commit 6c78666

Browse files
author
Andy Kim
committed
Import AppKit for projects that don't use precompiled headers
1 parent 450561d commit 6c78666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PFMoveApplication.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
// The contents of this file are dedicated to the public domain.
88

9-
#import <Foundation/Foundation.h>
10-
119
#ifdef __cplusplus
1210
extern "C" {
1311
#endif

PFMoveApplication.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#import "PFMoveApplication.h"
1010

11+
#import <AppKit/AppKit.h>
12+
#import <Foundation/Foundation.h>
1113
#import <Security/Security.h>
1214
#import <dlfcn.h>
1315
#import <sys/param.h>

0 commit comments

Comments
 (0)