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

Unified Diff: Source/wtf/DateMath.h

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/DateMath.h
diff --git a/Source/wtf/DateMath.h b/Source/wtf/DateMath.h
index 52199e8ee8ded28a4714fb5278b7e0c1de555133..a388c35fe112f9a4f5fd9762e8d698cc0e13fe11 100644
--- a/Source/wtf/DateMath.h
+++ b/Source/wtf/DateMath.h
@@ -43,16 +43,9 @@
#ifndef DateMath_h
#define DateMath_h
-#include <math.h>
#include <stdint.h>
#include <string.h>
-#include <time.h>
-#include "wtf/CurrentTime.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/OwnPtr.h"
-#include "wtf/PassOwnPtr.h"
#include "wtf/text/WTFString.h"
-#include "wtf/UnusedParam.h"
#include "wtf/WTFExport.h"
namespace WTF {
« no previous file with comments | « Source/wtf/DataLog.cpp ('k') | Source/wtf/DateMath.cpp » ('j') | Source/wtf/text/StringImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698