mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +00:00
LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp}
This commit is contained in:
parent
afb84df290
commit
721b280849
5 changed files with 4 additions and 4 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue