Remove unneeded header.

This commit is contained in:
Steve Checkoway
2003-11-01 23:23:09 +00:00
parent 67f1b58ea0
commit 8b495ae9c1
+3 -3
View File
@@ -7,14 +7,14 @@
*
*/
#import <Cocoa/Cocoa.h>
#import <Carbon/Carbon.h>
#include <Carbon/Carbon.h>
enum
{
kMacOSX_10_2 = 0x1020,
kMacOSX_10_2 = 0x1020
};
extern int NSApplicationMain(int argc, const char *argv[]);
int main(int argc, const char *argv[])
{