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

Unified Diff: Source/wtf/dtoa/utils.h

Issue 23463041: Remove unnecessary include of wtf/CPU.h from a few files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « Source/wtf/SizeLimits.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/dtoa/utils.h
diff --git a/Source/wtf/dtoa/utils.h b/Source/wtf/dtoa/utils.h
index da0d583893306de0e25b80bb6d94d8627810fa14..44b07c849b8bc5855aa7318c189c005614f21adb 100644
--- a/Source/wtf/dtoa/utils.h
+++ b/Source/wtf/dtoa/utils.h
@@ -29,7 +29,6 @@
#define DOUBLE_CONVERSION_UTILS_H_
#include "wtf/Assertions.h"
-#include "wtf/CPU.h"
#include <string.h>
#define UNIMPLEMENTED ASSERT_NOT_REACHED
« no previous file with comments | « Source/wtf/SizeLimits.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698