Fault: Move the definition of NoFault from faults.hh to fault.hh.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 31 Jan 2011 21:13:00 +0000 (13:13 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 31 Jan 2011 21:13:00 +0000 (13:13 -0800)
commit4b4cd0303ea0e3b23e641933dbf0da57d1483764
treecb16933990eaf586bc29403c36528f3ff875edf6
parent048b1e5843494be33b08cd42a3f0bb16e5d320cc
Fault: Move the definition of NoFault from faults.hh to fault.hh.

Moving the definition of NoFault into fault.hh doesn't bring any new
dependencies with it, and allows some files to include just fault.hh which has
less baggage. NoFault will still be available to everything that includes
faults.hh because it includes fault.hh.
src/sim/fault.hh
src/sim/faults.hh