# HG changeset patch # User never # Date 1298941962 28800 # Node ID 50c0f22d6d0e51fb197c427c75a226890eb849d2 # Parent 1b4e6a5d98e0d32c160804c5844de63d323a80dc 7023229: extraneous include of precompiled.hpp in hsdis.c Reviewed-by: never, jrose Contributed-by: volker.simonis@gmail.com diff -r 1b4e6a5d98e0 -r 50c0f22d6d0e src/share/tools/hsdis/hsdis-demo.c --- 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. */ diff -r 1b4e6a5d98e0 -r 50c0f22d6d0e src/share/tools/hsdis/hsdis.c --- a/src/share/tools/hsdis/hsdis.c Mon Feb 28 06:07:12 2011 -0800 +++ b/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.