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
This commit is contained in:
alexeif@chromium.org 2012-04-19 16:31:01 +00:00
parent 72a9e445e5
commit d27ba7dfa4

View 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"