7008444: Remove unnecessary include of stdint.h in java_md.c
authordholmes
Tue Dec 21 23:39:42 2010 -0500 (2 years ago)
changeset 2300e58d06a8037e
parent 229902895c6a2f82
child 2302c19157304e08
child 23033da13a976363
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
--- a/src/os/posix/launcher/java_md.c Mon Dec 20 14:30:24 2010 -0500
+++ b/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>