/* ------------------------------------------- Copyright (C) 2024, ELMH GROUP, all rights reserved. ------------------------------------------- */ #ifndef COMPRESSKIT_RLE_H #define COMPRESSKIT_RLE_H #include namespace Kernel { class IRLEObject; class IRLEProxy; } // namespace Kernel #endif // !ifndef COMPRESSKIT_RLE_H