Commit 4aa9a9fe authored by mlippautz's avatar mlippautz Committed by Commit bot

[heap] Get rid of unused regexp includes.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#30204}
parent 0492bb32
......@@ -37,23 +37,6 @@
#include "src/v8threads.h"
#include "src/vm-state-inl.h"
#if V8_TARGET_ARCH_PPC && !V8_INTERPRETED_REGEXP
#include "src/regexp/ppc/regexp-macro-assembler-ppc.h"
#include "src/regexp/regexp-macro-assembler.h"
#endif
#if V8_TARGET_ARCH_ARM && !V8_INTERPRETED_REGEXP
#include "src/regexp/arm/regexp-macro-assembler-arm.h"
#include "src/regexp/regexp-macro-assembler.h"
#endif
#if V8_TARGET_ARCH_MIPS && !V8_INTERPRETED_REGEXP
#include "src/regexp/mips/regexp-macro-assembler-mips.h"
#include "src/regexp/regexp-macro-assembler.h"
#endif
#if V8_TARGET_ARCH_MIPS64 && !V8_INTERPRETED_REGEXP
#include "src/regexp/mips64/regexp-macro-assembler-mips64.h"
#include "src/regexp/regexp-macro-assembler.h"
#endif
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