7023229: extraneous include of precompiled.hpp in hsdis.c

Reviewed-by: never, jrose
This commit is contained in:
Volker Simonis 2011-02-28 17:12:42 -08:00 committed by Tom Rodriguez
parent cd6c0b147e
commit d232a8bbdc
2 changed files with 0 additions and 4 deletions

View File

@ -22,8 +22,6 @@
* *
*/ */
#include "precompiled.hpp"
/* hsdis-demo.c -- dump a range of addresses as native instructions /* hsdis-demo.c -- dump a range of addresses as native instructions
This demonstrates the protocol required by the HotSpot PrintAssembly option. This demonstrates the protocol required by the HotSpot PrintAssembly option.
*/ */

View File

@ -22,8 +22,6 @@
* *
*/ */
#include "precompiled.hpp"
/* hsdis.c -- dump a range of addresses as native instructions /* hsdis.c -- dump a range of addresses as native instructions
This implements the plugin protocol required by the This implements the plugin protocol required by the
HotSpot PrintAssembly option. HotSpot PrintAssembly option.