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

This commit is contained in:
gad 2004-04-04 17:43:48 +00:00
parent 9f5d42a05e
commit 1ac8ee3192

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>