Remove redundant #include <stddef.h>

"libyuv/basic_types.h" includes <stddef.h>. So it is not necessary to
include both <stddef.h> and "libyuv/basic_types.h".

Change-Id: I5a461258a3c6820d1007ac635838f910237f367f
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7884381
Reviewed-by: Frank Barchard <fbarchard@google.com>
This commit is contained in:
Wan-Teh Chang 2026-05-28 16:13:49 -07:00 committed by Frank Barchard
parent ebe6fef903
commit 904f562d86
3 changed files with 0 additions and 5 deletions

View File

@ -10,8 +10,6 @@
#include "libyuv/convert_from.h"
#include <stddef.h>
#include "libyuv/basic_types.h"
#include "libyuv/convert.h" // For I420Copy
#include "libyuv/cpu_id.h"

View File

@ -8,8 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include <stddef.h>
#include "libyuv/rotate_row.h"
#include "libyuv/row.h"

View File

@ -10,7 +10,6 @@
#include "libyuv/row.h"
#include <stddef.h>
#include <string.h> // For memset.
#include "libyuv/basic_types.h"