| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index bd08d4cec65b7e7d5fceb3b5cfd09c40a06414e7..ee9ee26a2c61743dbad3515b6931121eac742b34 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -1,14 +1,16 @@
|
| -// Copyright 2009 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 the V8 project authors. All rights reserved.
|
| //
|
| // Tests for heap profiler
|
|
|
| #ifdef ENABLE_LOGGING_AND_PROFILING
|
|
|
| #include "v8.h"
|
| +
|
| +#include "cctest.h"
|
| #include "heap-profiler.h"
|
| #include "snapshot.h"
|
| #include "string-stream.h"
|
| -#include "cctest.h"
|
| +#include "utils-inl.h"
|
| #include "zone-inl.h"
|
| #include "../include/v8-profiler.h"
|
|
|
|
|