From e67b9b52e3ff852459d2f75126d6a4c7e7566959 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 5 Sep 2022 13:23:59 +0000 Subject: Revert "Issue #1676 - Part 8: Fix up include for selfhosted.out.h" This reverts commit bc450dab41695f85290f83c53c2c6914c1710883. --- js/src/vm/SelfHosting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/vm/SelfHosting.cpp b/js/src/vm/SelfHosting.cpp index 058cc6b6d0..06490f24df 100644 --- a/js/src/vm/SelfHosting.cpp +++ b/js/src/vm/SelfHosting.cpp @@ -20,8 +20,8 @@ #include "jsstr.h" #include "jsweakmap.h" #include "jswrapper.h" +#include "selfhosted.out.h" -#include "builtin/selfhosted.out.h" #include "builtin/Intl.h" #include "builtin/MapObject.h" #include "builtin/ModuleObject.h" -- cgit v1.2.3