1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:47:34 +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

@ -10,7 +10,7 @@
#include "MP3Types.h"
#include <AK/MemoryStream.h>
#include <AK/Tuple.h>
#include <LibCore/InputBitStream.h>
#include <LibCore/BitStream.h>
#include <LibCore/MemoryStream.h>
#include <LibCore/Stream.h>
#include <LibDSP/MDCT.h>