OpenJDK / amber / amber
changeset 7691:ec07a04e74e7
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
author | dholmes |
---|---|
date | Tue, 21 Dec 2010 23:39:42 -0500 |
parents | 23de7f961fd2 |
children | 83e7f7a7c59b 68672dc4d96f |
files | hotspot/src/os/posix/launcher/java_md.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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>