mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp}
This commit is contained in:
parent
afb84df290
commit
721b280849
Notes:
sideshowbarker
2024-07-17 01:04:04 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/721b280849 Pull-request: https://github.com/SerenityOS/serenity/pull/17207 Reviewed-by: https://github.com/linusg ✅
5 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <LibGfx/ICCProfile.h>
|
||||
#include <LibGfx/ICC/Profile.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ set(SOURCES
|
|||
Font/WOFF/Font.cpp
|
||||
GradientPainting.cpp
|
||||
GIFLoader.cpp
|
||||
ICCProfile.cpp
|
||||
ICC/Profile.cpp
|
||||
ICOLoader.cpp
|
||||
ImageDecoder.cpp
|
||||
JPGLoader.cpp
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <AK/Endian.h>
|
||||
#include <LibGfx/ICCProfile.h>
|
||||
#include <LibGfx/ICC/Profile.h>
|
||||
#include <LibTextCodec/Decoder.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
|
@ -9,7 +9,7 @@
|
|||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/DateTime.h>
|
||||
#include <LibCore/MappedFile.h>
|
||||
#include <LibGfx/ICCProfile.h>
|
||||
#include <LibGfx/ICC/Profile.h>
|
||||
#include <LibGfx/ImageDecoder.h>
|
||||
|
||||
template<class T>
|
||||
|
|
Loading…
Add table
Reference in a new issue