LibWeb: Remove now-unused Bindings::Wrapper class

This commit is contained in:
Andreas Kling 2022-09-04 17:09:45 +02:00
commit 39660a8680
Notes: sideshowbarker 2024-07-17 08:59:18 +09:00
8 changed files with 1 additions and 48 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibWeb/Bindings/Wrapper.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/HTML/HTMLCanvasElement.h>
#include <LibWeb/HTML/Window.h>