mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibCompress: Rename LZWDecoder.h => Lzw.h
This commit is contained in:
parent
60b3436ea3
commit
11f53ba9cc
Notes:
sideshowbarker
2024-07-17 07:35:03 +09:00
Author: https://github.com/LucasChollet
Commit: 11f53ba9cc
Pull-request: https://github.com/SerenityOS/serenity/pull/24191
Reviewed-by: https://github.com/nico ✅
Reviewed-by: https://github.com/timschumi
4 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <AK/BitStream.h>
|
||||
#include <AK/Hex.h>
|
||||
#include <LibCompress/Deflate.h>
|
||||
#include <LibCompress/LZWDecoder.h>
|
||||
#include <LibCompress/Lzw.h>
|
||||
#include <LibCompress/PackBitsDecoder.h>
|
||||
#include <LibGfx/ImageFormats/CCITTDecoder.h>
|
||||
#include <LibGfx/ImageFormats/JBIG2Loader.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue