Revision: 11393
Author:   [email protected]
Date:     Thu Apr 19 09:31:01 2012
Log:      Fix includes order.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/10078015
http://code.google.com/p/v8/source/detail?r=11393

Modified:
 /branches/bleeding_edge/test/cctest/test-heap-profiler.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-heap-profiler.cc Thu Apr 19 08:58:42 2012 +++ /branches/bleeding_edge/test/cctest/test-heap-profiler.cc Thu Apr 19 09:31:01 2012
@@ -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

Reply via email to