7008444: Remove unnecessary include of stdint.h in java_md.c

Tue, 21 Dec 2010 23:39:42 -0500

author
dholmes
date
Tue, 21 Dec 2010 23:39:42 -0500
changeset 2390
e58d06a8037e
parent 2389
02895c6a2f82
child 2392
c19157304e08
child 2393
3da13a976363

7008444: Remove unnecessary include of stdint.h in java_md.c
Summary: Remove unnecessary include of stdint.h in java_md.c
Reviewed-by: brutisso, kvn

src/os/posix/launcher/java_md.c file | annotate | diff | comparison | revisions
     1.1 --- a/src/os/posix/launcher/java_md.c	Mon Dec 20 14:30:24 2010 -0500
     1.2 +++ b/src/os/posix/launcher/java_md.c	Tue Dec 21 23:39:42 2010 -0500
     1.3 @@ -28,7 +28,6 @@
     1.4  #include <dlfcn.h>
     1.5  #include <fcntl.h>
     1.6  #include <inttypes.h>
     1.7 -#include <stdint.h>
     1.8  #include <stdio.h>
     1.9  #include <string.h>
    1.10  #include <stdlib.h>

mercurial