From 8f6e7fcca6c2dadf1eebd8bb342020c3166c96dd Mon Sep 17 00:00:00 2001 From: Dirk Farin Date: Thu, 12 Oct 2023 19:17:39 +0200 Subject: [PATCH] add required includes and remove obsolete includes --- libheif/heif_properties.cc | 4 +++- libheif/heif_regions.cc | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libheif/heif_properties.cc b/libheif/heif_properties.cc index 9a3f889565..d73cea41ca 100644 --- a/libheif/heif_properties.cc +++ b/libheif/heif_properties.cc @@ -24,8 +24,10 @@ #include "file.h" #include -#include #include +#include +#include + int heif_item_get_properties_of_type(const struct heif_context* context, heif_item_id id, diff --git a/libheif/heif_regions.cc b/libheif/heif_regions.cc index 754c716137..f2ceb83a8f 100644 --- a/libheif/heif_regions.cc +++ b/libheif/heif_regions.cc @@ -25,12 +25,10 @@ #include "file.h" #include "api_structs.h" #include "context.h" -#include "error.h" -#include #include #include #include -#include +#include int heif_image_handle_get_number_of_region_items(const struct heif_image_handle* handle)