| Index: src/store-buffer.cc
|
| diff --git a/src/store-buffer.cc b/src/store-buffer.cc
|
| index 547359a09d50d8a33c70b73fdb3e3b3085480572..63dce1f913af26917163ba33a5d9b8c30ca2c58f 100644
|
| --- a/src/store-buffer.cc
|
| +++ b/src/store-buffer.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "store-buffer.h"
|
| +#include "src/store-buffer.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "v8.h"
|
| -#include "counters.h"
|
| -#include "store-buffer-inl.h"
|
| +#include "src/v8.h"
|
| +#include "src/counters.h"
|
| +#include "src/store-buffer-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|