mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
LibGfx: Move QMArithmeticDecoder to its own file
It will be used by the JPEG2000 decoder as well. Pure code move, no behavior change.
This commit is contained in:
parent
5ff75ce5fb
commit
ea441fea95
Notes:
sideshowbarker
2024-07-17 01:21:02 +09:00
Author: https://github.com/nico
Commit: ea441fea95
Pull-request: https://github.com/SerenityOS/serenity/pull/24017
7 changed files with 282 additions and 253 deletions
|
@ -22,6 +22,7 @@
|
|||
#include <LibGfx/ImageFormats/PGMLoader.h>
|
||||
#include <LibGfx/ImageFormats/PNGLoader.h>
|
||||
#include <LibGfx/ImageFormats/PPMLoader.h>
|
||||
#include <LibGfx/ImageFormats/QMArithmeticDecoder.h>
|
||||
#include <LibGfx/ImageFormats/TGALoader.h>
|
||||
#include <LibGfx/ImageFormats/TIFFLoader.h>
|
||||
#include <LibGfx/ImageFormats/TinyVGLoader.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue