summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/js-collection-iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/js-collection-iterator.h')
-rw-r--r--deps/v8/src/objects/js-collection-iterator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/objects/js-collection-iterator.h b/deps/v8/src/objects/js-collection-iterator.h
index f25753738b..4952f04a72 100644
--- a/deps/v8/src/objects/js-collection-iterator.h
+++ b/deps/v8/src/objects/js-collection-iterator.h
@@ -5,9 +5,9 @@
#ifndef V8_OBJECTS_JS_COLLECTION_ITERATOR_H_
#define V8_OBJECTS_JS_COLLECTION_ITERATOR_H_
-#include "src/globals.h"
-#include "src/objects.h"
+#include "src/common/globals.h"
#include "src/objects/js-objects.h"
+#include "src/objects/objects.h"
#include "src/objects/smi.h"
// Has to be the last include (doesn't have include guards):