| Index: src/code-factory.cc
|
| diff --git a/src/code-factory.cc b/src/code-factory.cc
|
| index acbf515c21d02ef6f20f29d9f1d016eca31d7158..f6a8014b2ebdbb669da1e0f73c6a43e8600866e6 100644
|
| --- a/src/code-factory.cc
|
| +++ b/src/code-factory.cc
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/v8.h"
|
| +#include "src/code-factory.h"
|
|
|
| #include "src/bootstrapper.h"
|
| -#include "src/code-factory.h"
|
| #include "src/ic/ic.h"
|
|
|
| namespace v8 {
|
|
|