| Index: src/preparse-data.cc
|
| diff --git a/src/preparse-data.cc b/src/preparse-data.cc
|
| index 9a95a45e4b15df2e5858ce875362e44b8dd14f01..5860e4144ecc59ee964966efefe1827abf379b72 100644
|
| --- a/src/preparse-data.cc
|
| +++ b/src/preparse-data.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "../include/v8stdint.h"
|
| +#include "include/v8stdint.h"
|
|
|
| -#include "preparse-data-format.h"
|
| -#include "preparse-data.h"
|
| +#include "src/preparse-data-format.h"
|
| +#include "src/preparse-data.h"
|
|
|
| -#include "checks.h"
|
| -#include "globals.h"
|
| -#include "hashmap.h"
|
| +#include "src/checks.h"
|
| +#include "src/globals.h"
|
| +#include "src/hashmap.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|