diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-10-03 16:13:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-10-03 16:58:42 +0300 |
commit | e5c80a1f1c527196f29041290328e988cd80475b (patch) | |
tree | 2c819c183419b1900c850db887586714b6bc8f17 /apple_remote/inc/RemoteControlContainer.h | |
parent | 0e9c5066a94bb75f6a8d3ea4c2bad447e3a26a1f (diff) |
Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API
Diffstat (limited to 'apple_remote/inc/RemoteControlContainer.h')
-rw-r--r-- | apple_remote/inc/RemoteControlContainer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apple_remote/inc/RemoteControlContainer.h b/apple_remote/inc/RemoteControlContainer.h index f6cd40ba1178..e82fa6b88deb 100644 --- a/apple_remote/inc/RemoteControlContainer.h +++ b/apple_remote/inc/RemoteControlContainer.h @@ -28,7 +28,6 @@ * *****************************************************************************/ -#import <Cocoa/Cocoa.h> #import "RemoteControl.h" @interface RemoteControlContainer : RemoteControl { |