7008444: Remove unnecessary include of stdint.h in java_md.c
authordholmes
Tue, 21 Dec 2010 23:39:42 -0500
changeset 7691 ec07a04e74e7
parent 7690 23de7f961fd2
child 7693 83e7f7a7c59b
child 7694 68672dc4d96f
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
hotspot/src/os/posix/launcher/java_md.c
--- a/hotspot/src/os/posix/launcher/java_md.c	Mon Dec 20 14:30:24 2010 -0500
+++ b/hotspot/src/os/posix/launcher/java_md.c	Tue Dec 21 23:39:42 2010 -0500
@@ -28,7 +28,6 @@
 #include <dlfcn.h>
 #include <fcntl.h>
 #include <inttypes.h>
-#include <stdint.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>