diff options
author | Moonchild <moonchild@palemoon.org> | 2022-09-05 13:23:59 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-09-05 13:23:59 +0000 |
commit | e67b9b52e3ff852459d2f75126d6a4c7e7566959 (patch) | |
tree | 4fe2dfbed2e57a5c7a7283e3c39588ef24ff2d57 | |
parent | 821cba01be487c74753a6e729bfe3331d5117aae (diff) | |
download | uxp-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.cpp | 2 |
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" |