diff src/share/tools/hsdis/hsdis-demo.c @ 2322:50c0f22d6d0e

7023229: extraneous include of precompiled.hpp in hsdis.c Reviewed-by: never, jrose Contributed-by: volker.simonis@gmail.com
author never
date Mon, 28 Feb 2011 17:12:42 -0800
parents f95d63e2154a
children 1d1603768966
line wrap: on
line diff
--- a/src/share/tools/hsdis/hsdis-demo.c	Mon Feb 28 06:07:12 2011 -0800
+++ b/src/share/tools/hsdis/hsdis-demo.c	Mon Feb 28 17:12:42 2011 -0800
@@ -22,8 +22,6 @@
  *
  */
 
-#include "precompiled.hpp"
-
 /* hsdis-demo.c -- dump a range of addresses as native instructions
    This demonstrates the protocol required by the HotSpot PrintAssembly option.
 */