From f138666f684a6055679f54d4c091201345a9cf8b Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Tue, 17 Mar 2015 01:18:52 -0400 Subject: cleanup: Mac #include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don’t need all of Cocoa, or any of Carbon here. --- intern/ghost/intern/GHOST_SystemPathsCocoa.mm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_SystemPathsCocoa.mm b/intern/ghost/intern/GHOST_SystemPathsCocoa.mm index 50ad91eeb99..36ae534da87 100644 --- a/intern/ghost/intern/GHOST_SystemPathsCocoa.mm +++ b/intern/ghost/intern/GHOST_SystemPathsCocoa.mm @@ -24,14 +24,7 @@ * ***** END GPL LICENSE BLOCK ***** */ -#import - -/*For the currently not ported to Cocoa keyboard layout functions (64bit & 10.6 compatible)*/ -#include - -#include -#include -#include +#import #include "GHOST_SystemPathsCocoa.h" -- cgit v1.2.3