Remove include of stdint.h. It was added in r241014 for uintmax_t,

which is gone in r340330 and is therefore no longer necessary.

MFC after:	2 weeks
This commit is contained in:
delphij 2020-04-23 03:46:41 +00:00
parent 95807d128f
commit 15388cf0c5

View File

@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$");
#include <grp.h>
#include <locale.h>
#include <pwd.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>