commit | ccb74eabccf19f66b6bf31f4acae89b62baa16c3 | [log] [tgz] |
---|---|---|
author | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jun 21 13:09:32 2011 +0000 |
committer | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jun 21 13:09:32 2011 +0000 |
tree | 3b139651321fff4d9646c5adcee031da2abc90be | |
parent | 2d54d06adc58f0a6372fb2a1b2eca832965b863c [diff] [blame] |
Changed mac specific files to use ApplicationServices rather than Carbon http://codereview.appspot.com/4644053/ git-svn-id: http://skia.googlecode.com/svn/trunk@1658 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/utils/mac/SkCGUtils.h b/include/utils/mac/SkCGUtils.h index db67edf..06bb85c 100644 --- a/include/utils/mac/SkCGUtils.h +++ b/include/utils/mac/SkCGUtils.h
@@ -4,9 +4,7 @@ #include "SkTypes.h" #ifdef SK_BUILD_FOR_MAC - #include <Carbon/Carbon.h> -#else - #include <CoreGraphics/CoreGraphics.h> +#include <ApplicationServices/ApplicationServices.h> #endif class SkBitmap;