| Index: src/code-stubs-hydrogen.cc
|
| diff --git a/src/code-stubs-hydrogen.cc b/src/code-stubs-hydrogen.cc
|
| index 96ee32e614caf2d041cdf8338c3f5ab1c616b638..6cf8bcb7d5575b62e91f76708d04e1afb9faf2bd 100644
|
| --- a/src/code-stubs-hydrogen.cc
|
| +++ b/src/code-stubs-hydrogen.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 "code-stubs.h"
|
| -#include "hydrogen.h"
|
| -#include "lithium.h"
|
| +#include "src/code-stubs.h"
|
| +#include "src/hydrogen.h"
|
| +#include "src/lithium.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|