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

Unified Diff: src/ports/SkTime_Unix.cpp

Issue 1207893002: Clean up a few includes, introduce iwyu. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: There are people on the internet who are wrong! 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
« src/ports/SkFontMgr_fontconfig.cpp ('K') | « src/ports/SkOSFile_stdio.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ports/SkTime_Unix.cpp
diff --git a/src/ports/SkTime_Unix.cpp b/src/ports/SkTime_Unix.cpp
index 2d5fa279b468152cdbd8249764e0a6c29c73fd1f..b6f41c0cd9101ff0ff28aa3713fb5d6cc51c9dea 100644
--- a/src/ports/SkTime_Unix.cpp
+++ b/src/ports/SkTime_Unix.cpp
@@ -6,12 +6,13 @@
* found in the LICENSE file.
*/
-
#include "SkTime.h"
#include <sys/time.h>
#include <time.h>
+#include "SkTypes.h"
+
void SkTime::GetDateTime(DateTime* dt)
{
if (dt)
« src/ports/SkFontMgr_fontconfig.cpp ('K') | « src/ports/SkOSFile_stdio.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698