| Index: src/regexp/regexp-stack.h
|
| diff --git a/src/regexp/regexp-stack.h b/src/regexp/regexp-stack.h
|
| index 210ec0cfe89a0c1f267d47da9cbac53fa8c77cf5..9a6394e198bd0d6382c8a25f8510f9b8c79004d0 100644
|
| --- a/src/regexp/regexp-stack.h
|
| +++ b/src/regexp/regexp-stack.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef V8_REGEXP_REGEXP_STACK_H_
|
| #define V8_REGEXP_REGEXP_STACK_H_
|
|
|
| -#include "src/allocation.h"
|
| +#include "src/base/logging.h"
|
| +#include "src/base/macros.h"
|
| #include "src/globals.h"
|
| -#include "src/isolate.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|