Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1271)

Unified Diff: src/regexp/regexp-stack.h

Issue 1294783002: Remove grab-bag includes of v8.h from regexp engine. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-includes-ic
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/regexp/regexp-macro-assembler-tracer.cc ('k') | src/regexp/regexp-stack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « src/regexp/regexp-macro-assembler-tracer.cc ('k') | src/regexp/regexp-stack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698