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

Unified Diff: Source/wtf/GregorianDateTime.cpp

Issue 98183002: Remove duplicated headers from wtf/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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: Source/wtf/GregorianDateTime.cpp
diff --git a/Source/wtf/GregorianDateTime.cpp b/Source/wtf/GregorianDateTime.cpp
index 8427b39ff69597dab33156d3a8759b3c37365989..09ccecc9a8aafef058bc1aaeed687c630c78ace9 100644
--- a/Source/wtf/GregorianDateTime.cpp
+++ b/Source/wtf/GregorianDateTime.cpp
@@ -29,8 +29,6 @@
#if OS(WIN)
#include <windows.h>
-#else
-#include <time.h>
#endif
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698