Skip to content

Commit 11f53ba

Browse files
LucasCholletADKaster
authored andcommitted
LibCompress: Rename LZWDecoder.h => Lzw.h
1 parent 60b3436 commit 11f53ba

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

Userland/Libraries/LibGfx/ImageFormats/GIFLoader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <AK/Memory.h>
1515
#include <AK/MemoryStream.h>
1616
#include <AK/Try.h>
17-
#include <LibCompress/LZWDecoder.h>
17+
#include <LibCompress/Lzw.h>
1818
#include <LibGfx/ImageFormats/GIFLoader.h>
1919
#include <string.h>
2020

Userland/Libraries/LibGfx/ImageFormats/TIFFLoader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <AK/Debug.h>
1010
#include <AK/Endian.h>
1111
#include <AK/String.h>
12-
#include <LibCompress/LZWDecoder.h>
12+
#include <LibCompress/Lzw.h>
1313
#include <LibCompress/PackBitsDecoder.h>
1414
#include <LibCompress/Zlib.h>
1515
#include <LibGfx/CMYKBitmap.h>

Userland/Libraries/LibPDF/Filter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <AK/BitStream.h>
88
#include <AK/Hex.h>
99
#include <LibCompress/Deflate.h>
10-
#include <LibCompress/LZWDecoder.h>
10+
#include <LibCompress/Lzw.h>
1111
#include <LibCompress/PackBitsDecoder.h>
1212
#include <LibGfx/ImageFormats/CCITTDecoder.h>
1313
#include <LibGfx/ImageFormats/JBIG2Loader.h>

0 commit comments

Comments
 (0)