summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/random.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-04-07 18:45:59 +0000
committerChristopher Faylor <me@cgf.cx>2008-04-07 18:45:59 +0000
commitb13e6864f5237d8c21874a8960e85169f7190348 (patch)
tree551f91a2b2194ec0d1035ea4d23dab641a39d4ed /winsup/cygwin/random.cc
parentf471ca85e17ea1b4fdc317527cfdba3e4463e359 (diff)
downloadcygnal-b13e6864f5237d8c21874a8960e85169f7190348.tar.gz
cygnal-b13e6864f5237d8c21874a8960e85169f7190348.tar.bz2
cygnal-b13e6864f5237d8c21874a8960e85169f7190348.zip
Remove unneeded header files from source files throughout.
Diffstat (limited to 'winsup/cygwin/random.cc')
-rw-r--r--winsup/cygwin/random.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/random.cc b/winsup/cygwin/random.cc
index e1e21eccb..583276d0f 100644
--- a/winsup/cygwin/random.cc
+++ b/winsup/cygwin/random.cc
@@ -36,7 +36,6 @@ __FBSDID("$FreeBSD: src/lib/libc/stdlib/random.c,v 1.25 2007/01/09 00:28:10 imp
#include <sys/time.h> /* for srandomdev() */
#include <fcntl.h> /* for srandomdev() */
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h> /* for srandomdev() */