mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +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
|
@ -14,7 +14,7 @@
|
|||
#include <AK/Memory.h>
|
||||
#include <AK/MemoryStream.h>
|
||||
#include <AK/Try.h>
|
||||
#include <LibCompress/LZWDecoder.h>
|
||||
#include <LibCompress/Lzw.h>
|
||||
#include <LibGfx/ImageFormats/GIFLoader.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue