Chromium Code Reviews

Unified Diff: src/jump-target-ia32.cc

Issue 42389: Remove a bunch of unnecessary includes from header files in favor of... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/jump-target-arm.cc ('k') | src/register-allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/jump-target-ia32.cc
===================================================================
--- src/jump-target-ia32.cc (revision 1546)
+++ src/jump-target-ia32.cc (working copy)
@@ -28,7 +28,7 @@
#include "v8.h"
#include "codegen.h"
-#include "jump-target.h"
+#include "virtual-frame.h"
namespace v8 { namespace internal {
« no previous file with comments | « src/jump-target-arm.cc ('k') | src/register-allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine