Remove unneeded #include for stddef.h

This commit is contained in:
Nathan Fisher 2023-08-18 12:42:16 -04:00
parent ed9648ff78
commit da412f754c

View file

@ -31,7 +31,6 @@
*/ */
#include <limits.h> // PATH_MAX #include <limits.h> // PATH_MAX
#include <stddef.h>
#include <stdint.h> // uint<x>_t #include <stdint.h> // uint<x>_t
#if defined(__FreeBSD__) || defined(__DragonFly__) #if defined(__FreeBSD__) || defined(__DragonFly__)