LibWeb: Remove unnecessary WindowObject.h include in DOMException.h
This commit is contained in:
parent
1884e2caf1
commit
fb2f7c7b9c
Notes:
sideshowbarker
2024-07-18 03:34:08 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/fb2f7c7b9ca
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
#include <AK/FlyString.h>
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <LibWeb/Bindings/WindowObject.h>
|
||||
#include <LibWeb/Bindings/Wrappable.h>
|
||||
|
||||
namespace Web::DOM {
|
||||
|
|
Loading…
Add table
Reference in a new issue