1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:37:44 +00:00

LibGfx/ICC: Move enums to dedicated Enums.{cpp,h}

We will need to use ColorSpace in TagTypes.h, and it can't include
Profile.h.

Also makes Profile.cpp a bit smaller.

No behavior change, pure code move.
This commit is contained in:
Nico Weber 2023-12-03 04:21:50 +09:00 committed by Sam Atkins
parent 6d743ce9e8
commit 64ffae9c55
7 changed files with 258 additions and 232 deletions

View file

@ -28,6 +28,7 @@ set(SOURCES
Font/WOFF2/Font.cpp
GradientPainting.cpp
ICC/BinaryWriter.cpp
ICC/Enums.cpp
ICC/Profile.cpp
ICC/Tags.cpp
ICC/TagTypes.cpp