Reviewers: Jakob, loislo, alph,

Description:
Remove #include "heap-snapshot-generator-inl.h" from v8.h

This reduces number of dependent .cc files to 9 (was whole v8).

BUG=None

Please review this at https://codereview.chromium.org/18699002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/heap-profiler.h
  M src/v8.h


Index: src/heap-profiler.h
diff --git a/src/heap-profiler.h b/src/heap-profiler.h
index 1ed73b9ca692803019650b57264d14fae5f429a1..dd7a80301e6cd70e0a67d67b590ada71fac3cfa4 100644
--- a/src/heap-profiler.h
+++ b/src/heap-profiler.h
@@ -28,6 +28,7 @@
 #ifndef V8_HEAP_PROFILER_H_
 #define V8_HEAP_PROFILER_H_

+#include "heap-snapshot-generator-inl.h"
 #include "isolate.h"

 namespace v8 {
Index: src/v8.h
diff --git a/src/v8.h b/src/v8.h
index be421f9f88666d8ab51f502f5b29f43321da986a..47893e8215e443a2f05d366001dc8a855b9476f6 100644
--- a/src/v8.h
+++ b/src/v8.h
@@ -65,7 +65,6 @@
 #include "mark-compact-inl.h"
 #include "log-inl.h"
 #include "handles-inl.h"
-#include "heap-snapshot-generator-inl.h"
 #include "zone-inl.h"

 namespace v8 {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to