mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
add a few missing <stddef.h> includes for NULL
and remove unused includes in sharpyuv/ Change-Id: If10538a994bd5dc55126f1485f2b163933ad8e91
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
static int ToFixed16(float f) { return (int)floor(f * (1 << 16) + 0.5f); }
|
||||
|
||||
|
Reference in New Issue
Block a user