summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-09-05 13:23:59 +0000
committerMoonchild <moonchild@palemoon.org>2022-09-05 13:23:59 +0000
commite67b9b52e3ff852459d2f75126d6a4c7e7566959 (patch)
tree4fe2dfbed2e57a5c7a7283e3c39588ef24ff2d57
parent821cba01be487c74753a6e729bfe3331d5117aae (diff)
downloaduxp-e67b9b52e3ff852459d2f75126d6a4c7e7566959.tar.gz
Revert "Issue #1676 - Part 8: Fix up include for selfhosted.out.h"
This reverts commit bc450dab41695f85290f83c53c2c6914c1710883.
-rw-r--r--js/src/vm/SelfHosting.cpp2
1 files changed, 1 insertions, 1 deletions
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"