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

Unified Diff: Source/wtf/DecimalNumber.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/DecimalNumber.cpp
diff --git a/Source/wtf/DecimalNumber.cpp b/Source/wtf/DecimalNumber.cpp
index 75525a78a30d81733b62e453e7acf92b5dab4b27..c1bd2841ea47643193dfffc7989b668f2ebae837 100644
--- a/Source/wtf/DecimalNumber.cpp
+++ b/Source/wtf/DecimalNumber.cpp
@@ -25,9 +25,6 @@
#include "config.h"
#include "DecimalNumber.h"
-#include <math.h>
-#include "wtf/MathExtras.h"
-#include "wtf/text/WTFString.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698