cleanup: Mac #include

Don’t need all of Cocoa, or any of Carbon here.
This commit is contained in:
Mike Erwin 2015-03-17 01:18:52 -04:00
parent c0fa864e24
commit f138666f68

@ -24,14 +24,7 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
#import <Cocoa/Cocoa.h> #import <Foundation/Foundation.h>
/*For the currently not ported to Cocoa keyboard layout functions (64bit & 10.6 compatible)*/
#include <Carbon/Carbon.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#include "GHOST_SystemPathsCocoa.h" #include "GHOST_SystemPathsCocoa.h"