From 5dc81c4c27baf3e75072447622d49c09d46f6ac6 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 24 Jan 2023 15:52:38 -0800 Subject: [PATCH] Remove unused import on strings.h PiperOrigin-RevId: 504397437 --- mediapipe/tasks/cc/components/containers/detection_result.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/mediapipe/tasks/cc/components/containers/detection_result.cc b/mediapipe/tasks/cc/components/containers/detection_result.cc index 43c8ca0f..38126f91 100644 --- a/mediapipe/tasks/cc/components/containers/detection_result.cc +++ b/mediapipe/tasks/cc/components/containers/detection_result.cc @@ -15,8 +15,6 @@ limitations under the License. #include "mediapipe/tasks/cc/components/containers/detection_result.h" -#include - #include #include #include