Skip to content

Commit

Permalink
add required includes and remove obsolete includes
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 12, 2023
1 parent 25d6ae9 commit d29a69e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion libheif/heif_properties.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
#include "file.h"

#include <cstring>

#include <algorithm>
#include <memory>

int heif_item_get_properties_of_type(const struct heif_context* context,
heif_item_id id,
Expand Down
10 changes: 3 additions & 7 deletions libheif/heif_regions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,16 @@

#include "libheif/heif_plugin.h"
#include "libheif/region.h"
#include "libheif/common_utils.h"
#include <cstdint>
#include "libheif/heif_regions.h"
#include "file.h"
#include "pixelimage.h"
#include "api_structs.h"
#include "context.h"
#include "plugin_registry.h"
#include "error.h"
#include "bitstream.h"
#include "init.h"
#include <set>
#include <limits>
#include <cstring>
#include <memory>
#include <vector>
#include <string>


int heif_image_handle_get_number_of_region_items(const struct heif_image_handle* handle)
Expand Down

0 comments on commit d29a69e

Please sign in to comment.