1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:57:46 +00:00

LibCore: Rename InputBitStream.h to BitStream.h

We won't just be defining readable streams here from now on, but also
writable streams.
This commit is contained in:
Tim Schumacher 2022-12-24 23:09:28 +01:00 committed by Andreas Kling
parent c8c065b6b0
commit 0bdbe27d6b
6 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@
#include <AK/Endian.h>
#include <AK/Vector.h>
#include <LibCompress/DeflateTables.h>
#include <LibCore/InputBitStream.h>
#include <LibCore/BitStream.h>
#include <LibCore/Stream.h>
namespace Compress {