| Index: src/property-details-inl.h
|
| diff --git a/src/property-details-inl.h b/src/property-details-inl.h
|
| index 26f899136805663f0ff23f2029aa0fab9cae586b..eaa596f9daf903b64e0fbac27061dd86d47880a4 100644
|
| --- a/src/property-details-inl.h
|
| +++ b/src/property-details-inl.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef V8_PROPERTY_DETAILS_INL_H_
|
| #define V8_PROPERTY_DETAILS_INL_H_
|
|
|
| -#include "conversions.h"
|
| -#include "objects.h"
|
| -#include "property-details.h"
|
| -#include "types.h"
|
| +#include "src/conversions.h"
|
| +#include "src/objects.h"
|
| +#include "src/property-details.h"
|
| +#include "src/types.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|