summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2023-01-14 15:07:16 +0100
committerLinus Groh <mail@linusgroh.de>2023-01-21 00:45:33 +0000
commit49b30d3013d448bc15fb765b685f04b8bd63176a (patch)
treecbfee735448c3abeb3ad5a4323e14943ba1ad69d /Userland
parentb1bfeb391ec20633b4252d4a9ea990980ed15a24 (diff)
downloadserenity-49b30d3013d448bc15fb765b685f04b8bd63176a.zip
AK: Remove `InputBitStream` and `OutputBitStream`
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Libraries/LibAudio/MP3HuffmanTables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibAudio/MP3HuffmanTables.h b/Userland/Libraries/LibAudio/MP3HuffmanTables.h
index 1e9791f1ee..ff1a0fc21f 100644
--- a/Userland/Libraries/LibAudio/MP3HuffmanTables.h
+++ b/Userland/Libraries/LibAudio/MP3HuffmanTables.h
@@ -8,7 +8,6 @@
#pragma once
#include <AK/Array.h>
-#include <AK/BitStream.h>
#include <AK/Span.h>
namespace Audio::MP3::Tables::Huffman {