Drop the include for <stdint.h>, it was only needed when this was

using __DECONST() for something, and that reference has been removed.

Noticed by:	Helge Oldach
MFC after:	13 days
This commit is contained in:
Garance A Drosehn 2004-06-07 21:53:27 +00:00
parent e7aa25d3fb
commit 398faf1205
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130214

View file

@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$");
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>