Reviewers: Mikhail Naganov (Chromium),
Description:
Fix includes order.
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=11393
Please review this at https://chromiumcodereview.appspot.com/10078015/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/cctest/test-heap-profiler.cc
Index: test/cctest/test-heap-profiler.cc
diff --git a/test/cctest/test-heap-profiler.cc
b/test/cctest/test-heap-profiler.cc
index
4724d6d82ae3deafb8bc68dffd8bc90d59771c5d..64821cfbfdf6ac59e52929191a4c88e96129f601
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 <ctype.h>
+#include "v8.h"
+
#include "cctest.h"
#include "heap-profiler.h"
#include "snapshot.h"
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev