Browse Source

LibWeb: Remove unused include from AudioBuffer

Jelle Raaijmakers 9 months ago
parent
commit
273a46cc76
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Userland/Libraries/LibWeb/WebAudio/AudioBuffer.h

+ 0 - 1
Userland/Libraries/LibWeb/WebAudio/AudioBuffer.h

@@ -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>