| Index: src/compilation-cache.cc
|
| diff --git a/src/compilation-cache.cc b/src/compilation-cache.cc
|
| index 46d783866f0804d8248ed39352d4a61ced5ea055..d8b17a02960159510392bba1e92a9fe528bafdcb 100644
|
| --- a/src/compilation-cache.cc
|
| +++ b/src/compilation-cache.cc
|
| @@ -2,10 +2,12 @@
|
| // 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/compilation-cache.h"
|
|
|
| #include "src/assembler.h"
|
| -#include "src/compilation-cache.h"
|
| +#include "src/counters.h"
|
| +#include "src/factory.h"
|
| +#include "src/objects-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|