| Index: src/profiler/profile-generator.h
|
| diff --git a/src/profiler/profile-generator.h b/src/profiler/profile-generator.h
|
| index 7aa9697ad985090ca3f151e66cb49e2369829232..eb7937b5626ae78655c403a7801668d398c95c55 100644
|
| --- a/src/profiler/profile-generator.h
|
| +++ b/src/profiler/profile-generator.h
|
| @@ -8,9 +8,9 @@
|
| #include <map>
|
| #include "src/allocation.h"
|
| #include "src/base/hashmap.h"
|
| -#include "src/compiler.h"
|
| #include "src/log.h"
|
| #include "src/profiler/strings-storage.h"
|
| +#include "src/source-position.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|