Commit 4adb8dca authored by mstarzinger's avatar mstarzinger Committed by Commit bot

Realize IWYU pattern for fdlibm.cc file.

R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/1292753004

Cr-Commit-Position: refs/heads/master@{#30247}
parent 55a2f5a5
...@@ -13,11 +13,14 @@ ...@@ -13,11 +13,14 @@
// modified significantly by Google Inc. // modified significantly by Google Inc.
// Copyright 2014 the V8 project authors. All rights reserved. // 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 "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 v8 {
namespace fdlibm { namespace fdlibm {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment