Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorMike Erwin <significant.bit@gmail.com>2015-03-17 08:18:52 +0300
committerMike Erwin <significant.bit@gmail.com>2015-03-17 08:18:52 +0300
commitf138666f684a6055679f54d4c091201345a9cf8b (patch)
treed2ef42a978a0740e58d8845aa75bb2c0655756c6 /intern
parentc0fa864e24c0a80d55cc7a3e3dcc29f6c2c99df7 (diff)
cleanup: Mac #include
Don’t need all of Cocoa, or any of Carbon here.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_SystemPathsCocoa.mm9
1 files changed, 1 insertions, 8 deletions
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 <Cocoa/Cocoa.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>
+#import <Foundation/Foundation.h>
#include "GHOST_SystemPathsCocoa.h"