mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibGfx: Move all image loaders and writers to a subdirectory
This commit is contained in:
parent
752f06f228
commit
496b7ffb2b
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/LucasChollet
Commit: 496b7ffb2b
Pull-request: https://github.com/SerenityOS/serenity/pull/17969
73 changed files with 129 additions and 129 deletions
|
@ -12,10 +12,10 @@
|
|||
#include <AK/Base64.h>
|
||||
#include <AK/JsonObject.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibGfx/BMPWriter.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGfx/PNGWriter.h>
|
||||
#include <LibGfx/QOIWriter.h>
|
||||
#include <LibGfx/ImageFormats/BMPWriter.h>
|
||||
#include <LibGfx/ImageFormats/PNGWriter.h>
|
||||
#include <LibGfx/ImageFormats/QOIWriter.h>
|
||||
#include <LibImageDecoderClient/Client.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue