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

Unified Diff: include/core/SkMutex.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/SkMutex.h
diff --git a/include/core/SkMutex.h b/include/core/SkMutex.h
index ea7e81726b88c05828f35753c877b129eab2a15d..56b1a2724e0ff2d4f881b1d995b6fdb6e74fcfbf 100644
--- a/include/core/SkMutex.h
+++ b/include/core/SkMutex.h
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
#ifndef SkMutex_DEFINED
#define SkMutex_DEFINED
@@ -5,9 +12,9 @@
#include "SkTypes.h"
#if defined(SK_BUILD_FOR_WIN)
- #include "../ports/SkMutex_win.h"
+ #include "../ports/SkMutex_win.h" // IWYU pragma: export
#else
- #include "../ports/SkMutex_pthread.h"
+ #include "../ports/SkMutex_pthread.h" // IWYU pragma: export
#endif
class SkAutoMutexAcquire : SkNoncopyable {
« no previous file with comments | « include/core/SkAtomics.h ('k') | include/core/SkRefCnt.h » ('j') | include/core/SkRefCnt.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698