LibCompress: Rename LZWDecoder.h => Lzw.h

This commit is contained in:
Lucas CHOLLET 2024-04-26 11:32:02 -04:00 committed by Andrew Kaster
commit 11f53ba9cc
Notes: sideshowbarker 2024-07-17 07:35:03 +09:00
4 changed files with 3 additions and 3 deletions

View file

@ -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>