mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-06-15 00:16:08 +08:00
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:
parent
ebe6fef903
commit
904f562d86
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -10,7 +10,6 @@
|
||||
|
||||
#include "libyuv/row.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h> // For memset.
|
||||
|
||||
#include "libyuv/basic_types.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user