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 d29a69e commit 8f6e7fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion libheif/heif_properties.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
#include "file.h"

#include <cstring>
#include <algorithm>
#include <memory>
#include <vector>
#include <string>


int heif_item_get_properties_of_type(const struct heif_context* context,
heif_item_id id,
Expand Down
4 changes: 1 addition & 3 deletions libheif/heif_regions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
#include "file.h"
#include "api_structs.h"
#include "context.h"
#include "error.h"
#include <set>
#include <cstring>
#include <memory>
#include <vector>
#include <string>
#include <algorithm>


int heif_image_handle_get_number_of_region_items(const struct heif_image_handle* handle)
Expand Down

0 comments on commit 8f6e7fc

Please sign in to comment.