From 904f562d860c65d6eb41d973e76fb5546aa16467 Mon Sep 17 00:00:00 2001 From: Wan-Teh Chang Date: Thu, 28 May 2026 16:13:49 -0700 Subject: [PATCH] Remove redundant #include "libyuv/basic_types.h" includes . So it is not necessary to include both and "libyuv/basic_types.h". Change-Id: I5a461258a3c6820d1007ac635838f910237f367f Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7884381 Reviewed-by: Frank Barchard --- source/convert_from.cc | 2 -- source/rotate_common.cc | 2 -- source/row_any.cc | 1 - 3 files changed, 5 deletions(-) diff --git a/source/convert_from.cc b/source/convert_from.cc index 363edc252..4a3e1c436 100644 --- a/source/convert_from.cc +++ b/source/convert_from.cc @@ -10,8 +10,6 @@ #include "libyuv/convert_from.h" -#include - #include "libyuv/basic_types.h" #include "libyuv/convert.h" // For I420Copy #include "libyuv/cpu_id.h" diff --git a/source/rotate_common.cc b/source/rotate_common.cc index ad420489c..899405651 100644 --- a/source/rotate_common.cc +++ b/source/rotate_common.cc @@ -8,8 +8,6 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include - #include "libyuv/rotate_row.h" #include "libyuv/row.h" diff --git a/source/row_any.cc b/source/row_any.cc index 88bf7496b..20371c173 100644 --- a/source/row_any.cc +++ b/source/row_any.cc @@ -10,7 +10,6 @@ #include "libyuv/row.h" -#include #include // For memset. #include "libyuv/basic_types.h"