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

Unified Diff: Source/wtf/DateMath.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/DateMath.cpp
diff --git a/Source/wtf/DateMath.cpp b/Source/wtf/DateMath.cpp
index bf27e0943fcae2384d2fd6b4016d04e7d807196a..142cfebbe484a5905f9948683a3064d56166c098 100644
--- a/Source/wtf/DateMath.cpp
+++ b/Source/wtf/DateMath.cpp
@@ -82,7 +82,7 @@
#include <algorithm>
#include <limits.h>
#include <limits>
-#include <stdint.h>
+#include <math.h>
#include <stdlib.h>
#include <time.h>
#include "wtf/text/StringBuilder.h"
« no previous file with comments | « Source/wtf/DateMath.h ('k') | Source/wtf/DecimalNumber.h » ('j') | Source/wtf/text/StringImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698