From 2bab56e2f337c7f6ce94b5751e1ffa1001b11326 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Tue, 6 Sep 2022 14:11:39 +0200 Subject: [PATCH] remove minizip ioapi include The path requires patching in chromium for system zlib builds. However, it is not needed in the cc files, because it is already present in the header files. --- .../metadata/cc/utils/zip_readonly_mem_file.cc | 1 - .../metadata/cc/utils/zip_writable_mem_file.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/tensorflow_lite_support/metadata/cc/utils/zip_readonly_mem_file.cc b/tensorflow_lite_support/metadata/cc/utils/zip_readonly_mem_file.cc index 3dac8c24a..dba6c8c60 100644 --- a/tensorflow_lite_support/metadata/cc/utils/zip_readonly_mem_file.cc +++ b/tensorflow_lite_support/metadata/cc/utils/zip_readonly_mem_file.cc @@ -19,7 +19,6 @@ limitations under the License. #include #include "absl/strings/string_view.h" // from @com_google_absl -#include "contrib/minizip/ioapi.h" namespace tflite { namespace metadata { diff --git a/tensorflow_lite_support/metadata/cc/utils/zip_writable_mem_file.cc b/tensorflow_lite_support/metadata/cc/utils/zip_writable_mem_file.cc index 5999be028..aa359fc7a 100644 --- a/tensorflow_lite_support/metadata/cc/utils/zip_writable_mem_file.cc +++ b/tensorflow_lite_support/metadata/cc/utils/zip_writable_mem_file.cc @@ -19,7 +19,6 @@ limitations under the License. #include #include "absl/strings/string_view.h" // from @com_google_absl -#include "contrib/minizip/ioapi.h" namespace tflite { namespace metadata {