| Index: src/globals.h
|
| diff --git a/src/globals.h b/src/globals.h
|
| index d28fa790692a5175c7bb3f116d4ff957acd0e478..0c24c6e59dea386a4fbbd82f1fccf6315e0d69a4 100644
|
| --- a/src/globals.h
|
| +++ b/src/globals.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef V8_GLOBALS_H_
|
| #define V8_GLOBALS_H_
|
|
|
| -#include "../include/v8stdint.h"
|
| +#include "include/v8stdint.h"
|
|
|
| -#include "base/build_config.h"
|
| -#include "base/macros.h"
|
| -#include "checks.h"
|
| +#include "src/base/build_config.h"
|
| +#include "src/base/macros.h"
|
| +#include "src/checks.h"
|
|
|
| // Unfortunately, the INFINITY macro cannot be used with the '-pedantic'
|
| // warning flag and certain versions of GCC due to a bug:
|
|
|