summaryrefslogtreecommitdiff
path: root/deps/v8/src/regexp/jsregexp-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/regexp/jsregexp-inl.h')
-rw-r--r--deps/v8/src/regexp/jsregexp-inl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/regexp/jsregexp-inl.h b/deps/v8/src/regexp/jsregexp-inl.h
index 926fec2868..b542add17b 100644
--- a/deps/v8/src/regexp/jsregexp-inl.h
+++ b/deps/v8/src/regexp/jsregexp-inl.h
@@ -6,10 +6,10 @@
#ifndef V8_REGEXP_JSREGEXP_INL_H_
#define V8_REGEXP_JSREGEXP_INL_H_
-#include "src/allocation.h"
-#include "src/objects.h"
#include "src/objects/js-regexp-inl.h"
+#include "src/objects/objects.h"
#include "src/regexp/jsregexp.h"
+#include "src/utils/allocation.h"
namespace v8 {
namespace internal {