projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55a2f5a
)
Realize IWYU pattern for fdlibm.cc file.
author
mstarzinger
<mstarzinger@chromium.org>
Wed, 19 Aug 2015 12:47:49 +0000
(
05:47
-0700)
committer
Commit bot
<commit-bot@chromium.org>
Wed, 19 Aug 2015 12:47:59 +0000
(12:47 +0000)
R=bmeurer@chromium.org
Review URL: https://codereview.chromium.org/
1292753004
Cr-Commit-Position: refs/heads/master@{#30247}
src/third_party/fdlibm/fdlibm.cc
patch
|
blob
|
history
diff --git
a/src/third_party/fdlibm/fdlibm.cc
b/src/third_party/fdlibm/fdlibm.cc
index ea3efd35bea2b5b5d9f7f1bd6962e860b953ba67..1d49de0248448a85db0a71aab6dbdadc59c92bec 100644
(file)
--- 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 {