diff --git a/Userland/Libraries/LibJS/Forward.h b/Userland/Libraries/LibJS/Forward.h index 527f224250..7f1735dc42 100644 --- a/Userland/Libraries/LibJS/Forward.h +++ b/Userland/Libraries/LibJS/Forward.h @@ -177,8 +177,6 @@ class NativeFunction; class ObjectEnvironment; class PrimitiveString; class PromiseReaction; -class PromiseReactionJob; -class PromiseResolveThenableJob; class PropertyAttributes; class PropertyDescriptor; class PropertyKey;