Drop the include of <stdint.h>, since r1.84 removed references of intmax_t.

This commit is contained in:
Garance A Drosehn 2004-04-04 17:43:48 +00:00
parent 9bf69950e1
commit b193355dc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127844

View file

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