| Index: test/cctest/test-profile-generator.cc
|
| diff --git a/test/cctest/test-profile-generator.cc b/test/cctest/test-profile-generator.cc
|
| index 2a133bf1f8057264ca52e69363fb3279e0f59241..272dec39b43599e150f8a6122103992cff7ae49a 100644
|
| --- a/test/cctest/test-profile-generator.cc
|
| +++ b/test/cctest/test-profile-generator.cc
|
| @@ -27,11 +27,11 @@
|
| //
|
| // Tests of profiles generator and utilities.
|
|
|
| -#include "src/v8.h"
|
| -
|
| #include "include/v8-profiler.h"
|
| +#include "src/api.h"
|
| #include "src/profiler/cpu-profiler.h"
|
| #include "src/profiler/profile-generator-inl.h"
|
| +#include "src/v8.h"
|
| #include "test/cctest/cctest.h"
|
| #include "test/cctest/profiler-extension.h"
|
|
|
|
|