changeset 775 | d9c9b9cd55fb |
parent 1 | 489c9b5090e2 |
child 2129 | e810a33b5c67 |
--- a/hotspot/src/share/vm/adlc/adlc.hpp Tue Jun 24 16:52:31 2008 -0700 +++ b/hotspot/src/share/vm/adlc/adlc.hpp Thu Jun 26 14:15:01 2008 -0700 @@ -29,11 +29,7 @@ // standard library constants #include "stdio.h" #include "stdlib.h" -#if _MSC_VER >= 1300 // Visual C++ 7.0 or later #include <iostream> -#else -#include <iostream.h> -#endif #include "string.h" #include "ctype.h" #include "stdarg.h"