Fix includes order.
authoralexeif@chromium.org <alexeif@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 19 Apr 2012 16:31:01 +0000 (16:31 +0000)
committeralexeif@chromium.org <alexeif@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 19 Apr 2012 16:31:01 +0000 (16:31 +0000)
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

test/cctest/test-heap-profiler.cc

index 4724d6d..64821cf 100644 (file)
@@ -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"