| Index: src/compiler/pipeline.h
|
| diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
|
| index b2ea1935ed3a7661464924e9b014c966ee09b1c7..2813770e309757e6c84d3ffde07765909ca40698 100644
|
| --- a/src/compiler/pipeline.h
|
| +++ b/src/compiler/pipeline.h
|
| @@ -5,8 +5,6 @@
|
| #ifndef V8_COMPILER_PIPELINE_H_
|
| #define V8_COMPILER_PIPELINE_H_
|
|
|
| -#include "src/v8.h"
|
| -
|
| // Clients of this interface shouldn't depend on lots of compiler internals.
|
| // Do not include anything from src/compiler here!
|
| #include "src/compiler.h"
|
|
|