skia2/tools/flags
bungeman 60e0fee6d4 Remove include of stdlib.h from SkTypes.h.
Unfortunately, immintrin.h (which is also included by SkTypes)
includes xmmintrin.h which includes mm_malloc.h which includes
stdlib.h for malloc even though, from the implementation, it is
difficult to see why.

Fortunately, arm_neon.h does not seem to be involved in such
shenanigans, so building for Android will keep things sane.

TBR=reed@google.com
Doesn't change Skia API, just moves an include.

Review URL: https://codereview.chromium.org/1313203003
2015-08-26 05:15:46 -07:00
..
SkCommandLineFlags.cpp Remove include of stdlib.h from SkTypes.h. 2015-08-26 05:15:46 -07:00
SkCommandLineFlags.h Label some unused static vars as SK_UNUSED 2015-06-10 10:46:50 -07:00
SkCommonFlags.cpp Remove default for --images in common flags 2015-06-30 09:38:35 -07:00
SkCommonFlags.h remove SkInstCnt 2015-06-26 11:45:03 -07:00