1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:07:35 +00:00

LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp}

This commit is contained in:
Nico Weber 2023-01-27 14:41:42 -05:00 committed by Linus Groh
parent afb84df290
commit 721b280849
5 changed files with 4 additions and 4 deletions

View file

@ -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>