LibWeb: Remove unused include from AudioBuffer

This commit is contained in:
Jelle Raaijmakers 2024-10-14 23:46:36 +02:00 committed by Andreas Kling
commit 273a46cc76
Notes: github-actions[bot] 2024-10-15 08:03:34 +00:00

View file

@ -8,7 +8,6 @@
#include <AK/Vector.h>
#include <LibJS/Forward.h>
#include <LibJS/Runtime/ArrayBuffer.h>
#include <LibWeb/Bindings/PlatformObject.h>
#include <LibWeb/WebIDL/Buffers.h>
#include <LibWeb/WebIDL/ExceptionOr.h>