diff options
Diffstat (limited to 'deps/v8/src/compiler/graph.h')
-rw-r--r-- | deps/v8/src/compiler/graph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/compiler/graph.h b/deps/v8/src/compiler/graph.h index a694a0b414..1d9e85e91d 100644 --- a/deps/v8/src/compiler/graph.h +++ b/deps/v8/src/compiler/graph.h @@ -5,8 +5,8 @@ #ifndef V8_COMPILER_GRAPH_H_ #define V8_COMPILER_GRAPH_H_ -#include "src/zone.h" -#include "src/zone-containers.h" +#include "src/zone/zone-containers.h" +#include "src/zone/zone.h" namespace v8 { namespace internal { |