Commit e2387910 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[iwyu] Add missing includes in frame-constants-*.h

This also restores some uniformity in these headers.

R=mstarzinger@chromium.org

Change-Id: Ic3a941bce287596f564ba9f87f3a8ca2c46c2ee2
Reviewed-on: https://chromium-review.googlesource.com/1105763Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53831}
parent bd4a4e11
......@@ -5,6 +5,9 @@
#ifndef V8_ARM_FRAME_CONSTANTS_ARM_H_
#define V8_ARM_FRAME_CONSTANTS_ARM_H_
#include "src/base/macros.h"
#include "src/frame-constants.h"
namespace v8 {
namespace internal {
......
......@@ -5,6 +5,9 @@
#ifndef V8_IA32_FRAME_CONSTANTS_IA32_H_
#define V8_IA32_FRAME_CONSTANTS_IA32_H_
#include "src/base/macros.h"
#include "src/frame-constants.h"
namespace v8 {
namespace internal {
......
......@@ -5,6 +5,9 @@
#ifndef V8_MIPS_FRAME_CONSTANTS_MIPS_H_
#define V8_MIPS_FRAME_CONSTANTS_MIPS_H_
#include "src/base/macros.h"
#include "src/frame-constants.h"
namespace v8 {
namespace internal {
......
......@@ -5,6 +5,9 @@
#ifndef V8_MIPS64_FRAME_CONSTANTS_MIPS64_H_
#define V8_MIPS64_FRAME_CONSTANTS_MIPS64_H_
#include "src/base/macros.h"
#include "src/frame-constants.h"
namespace v8 {
namespace internal {
......
......@@ -5,6 +5,7 @@
#ifndef V8_PPC_FRAME_CONSTANTS_PPC_H_
#define V8_PPC_FRAME_CONSTANTS_PPC_H_
#include "src/base/macros.h"
#include "src/frame-constants.h"
namespace v8 {
......
......@@ -5,6 +5,9 @@
#ifndef V8_S390_FRAME_CONSTANTS_S390_H_
#define V8_S390_FRAME_CONSTANTS_S390_H_
#include "src/base/macros.h"
#include "src/frame-constants.h"
namespace v8 {
namespace internal {
......
......@@ -5,6 +5,9 @@
#ifndef V8_X64_FRAME_CONSTANTS_X64_H_
#define V8_X64_FRAME_CONSTANTS_X64_H_
#include "src/base/macros.h"
#include "src/frame-constants.h"
namespace v8 {
namespace internal {
......
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