Index: include/core/SkThread.h |
diff --git a/include/core/SkThread.h b/include/core/SkThread.h |
index 67e0b72d1c39fd6d8d72f336a0eb8efe89393150..8de8ca83156f79565f7cc5b911e465be79be5c1e 100644 |
--- a/include/core/SkThread.h |
+++ b/include/core/SkThread.h |
@@ -10,7 +10,7 @@ |
// TODO: delete this file, or maybe move the definition of SkThread here. |
-#include "SkAtomics.h" |
-#include "SkMutex.h" |
+#include "SkAtomics.h" // IWYU pragma: export |
mtklein
2015/06/24 22:52:01
iwyu seems like a good way to clean up this file.
bungeman-skia
2015/06/25 14:45:06
On the one hand, yes, without these exports iwyu w
|
+#include "SkMutex.h" // IWYU pragma: export |
#endif |