From: alexeif@chromium.org Date: Thu, 19 Apr 2012 16:31:01 +0000 (+0000) Subject: Fix includes order. X-Git-Tag: upstream/4.7.83~16839 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d27ba7dfa4cdc8a8df4b08face3c536dde707db8;p=platform%2Fupstream%2Fv8.git Fix includes order. TBR=mnaganov@chromium.org Review URL: https://chromiumcodereview.appspot.com/10078015 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11393 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc index 4724d6d..64821cf 100644 --- a/test/cctest/test-heap-profiler.cc +++ b/test/cctest/test-heap-profiler.cc @@ -2,10 +2,10 @@ // // Tests for heap profiler -#include "v8.h" - #include +#include "v8.h" + #include "cctest.h" #include "heap-profiler.h" #include "snapshot.h"