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

Unified Diff: Source/wtf/MathExtras.h

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: 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
Index: Source/wtf/MathExtras.h
diff --git a/Source/wtf/MathExtras.h b/Source/wtf/MathExtras.h
index e4b63e1c1c1aff8bdbe2a07f909d118f11fa5c0a..af4a4e40a697cc46da1246a5a656e0bfb54c2aca 100644
--- a/Source/wtf/MathExtras.h
+++ b/Source/wtf/MathExtras.h
@@ -26,13 +26,14 @@
#ifndef WTF_MathExtras_h
#define WTF_MathExtras_h
+#include "wtf/CPU.h"
+#include "wtf/StdLibExtras.h"
#include <algorithm>
#include <cmath>
#include <float.h>
#include <limits>
#include <stdint.h>
#include <stdlib.h>
-#include <wtf/StdLibExtras.h>
#if OS(SOLARIS)
#include <ieeefp.h>

Powered by Google App Engine
This is Rietveld 408576698