| Index: src/func-name-inferrer.cc
|
| diff --git a/src/func-name-inferrer.cc b/src/func-name-inferrer.cc
|
| index 370d6264dff8d1ad278f88841467b1fff1225f05..a3c2f08ae7a34e23e3f909614dadc08e30a4009c 100644
|
| --- a/src/func-name-inferrer.cc
|
| +++ b/src/func-name-inferrer.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 "ast.h"
|
| -#include "func-name-inferrer.h"
|
| -#include "list-inl.h"
|
| +#include "src/ast.h"
|
| +#include "src/func-name-inferrer.h"
|
| +#include "src/list-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|