From 93372e0a0d7df9a863f7855dd0eb01047d36fe24 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 20 Feb 2022 14:04:41 +0000 Subject: [PATCH] LibJS: Remove unused BoundFunction.h include from FunctionObject.cpp --- Userland/Libraries/LibJS/Runtime/FunctionObject.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibJS/Runtime/FunctionObject.cpp b/Userland/Libraries/LibJS/Runtime/FunctionObject.cpp index e8fe5847fb..4997c1cee7 100644 --- a/Userland/Libraries/LibJS/Runtime/FunctionObject.cpp +++ b/Userland/Libraries/LibJS/Runtime/FunctionObject.cpp @@ -6,7 +6,6 @@ */ #include -#include #include #include