File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 14
14
#include < AK/Memory.h>
15
15
#include < AK/MemoryStream.h>
16
16
#include < AK/Try.h>
17
- #include < LibCompress/LZWDecoder .h>
17
+ #include < LibCompress/Lzw .h>
18
18
#include < LibGfx/ImageFormats/GIFLoader.h>
19
19
#include < string.h>
20
20
Original file line number Diff line number Diff line change 9
9
#include < AK/Debug.h>
10
10
#include < AK/Endian.h>
11
11
#include < AK/String.h>
12
- #include < LibCompress/LZWDecoder .h>
12
+ #include < LibCompress/Lzw .h>
13
13
#include < LibCompress/PackBitsDecoder.h>
14
14
#include < LibCompress/Zlib.h>
15
15
#include < LibGfx/CMYKBitmap.h>
Original file line number Diff line number Diff line change 7
7
#include < AK/BitStream.h>
8
8
#include < AK/Hex.h>
9
9
#include < LibCompress/Deflate.h>
10
- #include < LibCompress/LZWDecoder .h>
10
+ #include < LibCompress/Lzw .h>
11
11
#include < LibCompress/PackBitsDecoder.h>
12
12
#include < LibGfx/ImageFormats/CCITTDecoder.h>
13
13
#include < LibGfx/ImageFormats/JBIG2Loader.h>
You can’t perform that action at this time.
0 commit comments