sharpyuv.h: remove <inttypes.h>

this hasn't been needed since:
93c54371 sharpyuv: add support for 10/12/16 bit rgb and 10/12 bit yuv.

Change-Id: I02051e8b576d7fd27824e13be0d087dc4e18209e
This commit is contained in:
James Zern 2022-08-11 17:18:49 -07:00
parent 9b902cbace
commit f0f9eda406

View File

@ -12,8 +12,6 @@
#ifndef WEBP_SHARPYUV_SHARPYUV_H_ #ifndef WEBP_SHARPYUV_SHARPYUV_H_
#define WEBP_SHARPYUV_SHARPYUV_H_ #define WEBP_SHARPYUV_SHARPYUV_H_
#include <inttypes.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif