| Index: src/compilation-cache.cc
|
| diff --git a/src/compilation-cache.cc b/src/compilation-cache.cc
|
| index 42a94fc74f1afcb4148f5721a70a879e38271de7..6b22bf24283d305a743197701ef363a6348f8f63 100644
|
| --- a/src/compilation-cache.cc
|
| +++ b/src/compilation-cache.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "v8.h"
|
| +#include "src/v8.h"
|
|
|
| -#include "assembler.h"
|
| -#include "compilation-cache.h"
|
| -#include "serialize.h"
|
| +#include "src/assembler.h"
|
| +#include "src/compilation-cache.h"
|
| +#include "src/serialize.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|