Commit 7c0ec997 authored by Junliang Yan's avatar Junliang Yan Committed by Commit Bot

PPC/s390: [iwyu] Remove interface-descriptors.h -> macro-assembler.h

Port 2cf36eb8

Original Commit Message:

    Instead, include macro-assembler.h (and others) where needed.

R=clemensh@chromium.org, joransiu@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=
LOG=N

Change-Id: I94320322584a39802aaaefd279ce8819ad8686d8
Reviewed-on: https://chromium-review.googlesource.com/c/1342978Reviewed-by: 's avatarMuntasir Mallick <mmallick@ca.ibm.com>
Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#57619}
parent 575a1936
......@@ -15,6 +15,7 @@
#include "src/ic/ic.h"
#include "src/ic/stub-cache.h"
#include "src/isolate.h"
#include "src/macro-assembler.h"
#include "src/objects/api-callbacks.h"
#include "src/regexp/jsregexp.h"
#include "src/regexp/regexp-macro-assembler.h"
......
......@@ -5,6 +5,7 @@
#if V8_TARGET_ARCH_PPC
#include "src/interface-descriptors.h"
#include "src/macro-assembler.h"
namespace v8 {
namespace internal {
......
......@@ -9,7 +9,6 @@
#ifndef V8_PPC_MACRO_ASSEMBLER_PPC_H_
#define V8_PPC_MACRO_ASSEMBLER_PPC_H_
#include "src/assembler.h"
#include "src/bailout-reason.h"
#include "src/contexts.h"
#include "src/double.h"
......
......@@ -14,6 +14,7 @@
#include "src/ic/ic.h"
#include "src/ic/stub-cache.h"
#include "src/isolate.h"
#include "src/macro-assembler.h"
#include "src/objects/api-callbacks.h"
#include "src/regexp/jsregexp.h"
#include "src/regexp/regexp-macro-assembler.h"
......
......@@ -5,6 +5,7 @@
#if V8_TARGET_ARCH_S390
#include "src/interface-descriptors.h"
#include "src/macro-assembler.h"
namespace v8 {
namespace internal {
......
......@@ -9,7 +9,6 @@
#ifndef V8_S390_MACRO_ASSEMBLER_S390_H_
#define V8_S390_MACRO_ASSEMBLER_S390_H_
#include "src/assembler.h"
#include "src/bailout-reason.h"
#include "src/contexts.h"
#include "src/globals.h"
......
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