1 #ifndef color_cmyk_set
2 #define color_cmyk_set
3 
4 #include "./red.hpp"
5 #include "./green.hpp"
6 #include "./blue.hpp"
7 
8 #include "./gray.hpp"
9 
10 #endif