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:
parent
c8c065b6b0
commit
0bdbe27d6b
6 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue