Reviewers: Benedikt Meurer,

Description:
Realize IWYU pattern for fdlibm.cc file.

[email protected]

Please review this at https://codereview.chromium.org/1292753004/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+6, -3 lines):
  M src/third_party/fdlibm/fdlibm.cc


Index: src/third_party/fdlibm/fdlibm.cc
diff --git a/src/third_party/fdlibm/fdlibm.cc b/src/third_party/fdlibm/fdlibm.cc index ea3efd35bea2b5b5d9f7f1bd6962e860b953ba67..1d49de0248448a85db0a71aab6dbdadc59c92bec 100644
--- a/src/third_party/fdlibm/fdlibm.cc
+++ b/src/third_party/fdlibm/fdlibm.cc
@@ -13,11 +13,14 @@
 // modified significantly by Google Inc.
 // Copyright 2014 the V8 project authors. All rights reserved.

-#include "src/v8.h"
-
-#include "src/double.h"
 #include "src/third_party/fdlibm/fdlibm.h"

+#include <stdint.h>
+#include <cmath>
+#include <limits>
+
+#include "src/base/macros.h"
+#include "src/double.h"

 namespace v8 {
 namespace fdlibm {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to