7023229: extraneous include of precompiled.hpp in hsdis.c
authornever
Mon, 28 Feb 2011 17:12:42 -0800
changeset 8496 2d29a13b66ed
parent 8495 a4959965eaa3
child 8497 aa7fd2c3caa9
7023229: extraneous include of precompiled.hpp in hsdis.c Reviewed-by: never, jrose Contributed-by: volker.simonis@gmail.com
hotspot/src/share/tools/hsdis/hsdis-demo.c
hotspot/src/share/tools/hsdis/hsdis.c
--- a/hotspot/src/share/tools/hsdis/hsdis-demo.c	Mon Feb 28 06:07:12 2011 -0800
+++ b/hotspot/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.
 */
--- a/hotspot/src/share/tools/hsdis/hsdis.c	Mon Feb 28 06:07:12 2011 -0800
+++ b/hotspot/src/share/tools/hsdis/hsdis.c	Mon Feb 28 17:12:42 2011 -0800
@@ -22,8 +22,6 @@
  *
  */
 
-#include "precompiled.hpp"
-
 /* hsdis.c -- dump a range of addresses as native instructions
    This implements the plugin protocol required by the
    HotSpot PrintAssembly option.