strukturag / libheif

libheif is an HEIF and AVIF file format decoder and encoder.
Other
1.77k stars 306 forks source link

remove unused header in decoder_libde265.h #1407

Closed roticv closed 1 day ago

roticv commented 1 day ago

For code cleaniness, we shouldn't include headers that are not used.

farindk commented 1 day ago

This is needed for MAYBE_UNUSED and LIBHEIF_API.

roticv commented 1 day ago

I made some mistake. Will resend commit