Fault: Forgot to refresh to grab these header guard updates.

This commit is contained in:
Gabe Black 2011-02-03 22:07:34 -08:00
parent a48fe2729a
commit aa62c217c5

View file

@ -28,8 +28,8 @@
* Authors: Gabe Black
*/
#ifndef __SIM_FAULT_HH__
#define __SIM_FAULT_HH__
#ifndef __SIM_FAULT_FWD_HH__
#define __SIM_FAULT_FWD_HH__
class FaultBase;
template <class T> class RefCountingPtr;
@ -37,4 +37,4 @@ typedef RefCountingPtr<FaultBase> Fault;
FaultBase * const NoFault = 0;
#endif // __SIM_FAULT_HH__
#endif // __SIM_FAULT_FWD_HH__