| Index: include/core/SkTypes.h
|
| diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
|
| index 1b0b12c621c6ce3ef282239959e0ec15e61c1f2e..e8f88d6be82ec4aa74ab856ad70efc54f345e52d 100644
|
| --- a/include/core/SkTypes.h
|
| +++ b/include/core/SkTypes.h
|
| @@ -8,10 +8,11 @@
|
| #ifndef SkTypes_DEFINED
|
| #define SkTypes_DEFINED
|
|
|
| -#include "SkPreConfig.h"
|
| -#include "SkUserConfig.h"
|
| -#include "SkPostConfig.h"
|
| -#include <stdint.h>
|
| +#include "SkPreConfig.h" // IWYU pragma: export
|
| +#include "SkUserConfig.h" // IWYU pragma: export
|
| +#include "SkPostConfig.h" // IWYU pragma: export
|
| +//TODO: the following are exported from here for historical reasons and should be removed.
|
| +#include <stdint.h> // IWYU pragma: export
|
| #include <sys/types.h>
|
|
|
| #if defined(SK_ARM_HAS_NEON)
|
|
|