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

Unified Diff: Source/wtf/dtoa.cpp

Issue 14810003: Move CPU() macro to it's own header from wtf/Platform.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move CPU() macro to it's own header from wtf/Platform.h Created 7 years, 7 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/StdLibExtras.h ('k') | Source/wtf/dtoa/utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/dtoa.cpp
diff --git a/Source/wtf/dtoa.cpp b/Source/wtf/dtoa.cpp
index 7de4172c4bb1b9572e8916b7897e4d84f677a245..2949961888f20d0ff56f69f52dd82f30ffb8fd0d 100644
--- a/Source/wtf/dtoa.cpp
+++ b/Source/wtf/dtoa.cpp
@@ -35,10 +35,11 @@
#include "config.h"
#include "dtoa.h"
+#include "wtf/CPU.h"
+#include "wtf/MathExtras.h"
+#include "wtf/Threading.h"
+#include "wtf/Vector.h"
#include <stdio.h>
-#include <wtf/MathExtras.h>
-#include <wtf/Threading.h>
-#include <wtf/Vector.h>
#if COMPILER(MSVC)
#pragma warning(disable: 4244)
« no previous file with comments | « Source/wtf/StdLibExtras.h ('k') | Source/wtf/dtoa/utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698