From: yurys@chromium.org Date: Thu, 4 Jul 2013 16:32:12 +0000 (+0000) Subject: Remove #include "heap-snapshot-generator-inl.h" from v8.h X-Git-Tag: upstream/4.7.83~13529 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53cf35405abb3a2caf80c572b7c82484eef42d31;p=platform%2Fupstream%2Fv8.git Remove #include "heap-snapshot-generator-inl.h" from v8.h This reduces number of dependent .cc files to 9 (was whole v8). BUG=None R=loislo@chromium.org Review URL: https://codereview.chromium.org/18699002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15491 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/heap-profiler.h b/src/heap-profiler.h index 1ed73b9..dd7a803 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 { diff --git a/src/v8.h b/src/v8.h index be421f9..47893e8 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 {