Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: include/core/SkThread.h

Issue 1207893002: Clean up a few includes, introduce iwyu. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Just a little more cleanup. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698