mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 13:47:12 -05:00
cvfBase.h includes cvfAssert.h, so these six files were the last indirect route into the assert header that the previous commit removed from ApplicationLibCode. Five files dropped the include with no further change. RimSeismicAlphaMapper declared alphaValue as returning cvf::ubyte, a typedef defined in cvfBase.h itself, so no smaller VizFwk header provides it. Since cvf::ubyte is unsigned char, use that directly in the declaration, the definition and the cast. The type is identical, so callers are unaffected, and the class no longer depends on VizFwk at all.