From: Gabe Black Date: Fri, 4 Feb 2011 06:07:34 +0000 (-0800) Subject: Fault: Forgot to refresh to grab these header guard updates. X-Git-Tag: stable_2012_02_02~605 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa62c217c5d1a9b0cf568cc253c8258c5a9e2cf4;p=gem5.git Fault: Forgot to refresh to grab these header guard updates. --- diff --git a/src/sim/fault_fwd.hh b/src/sim/fault_fwd.hh index 26a133328..998dba195 100644 --- a/src/sim/fault_fwd.hh +++ b/src/sim/fault_fwd.hh @@ -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 RefCountingPtr; @@ -37,4 +37,4 @@ typedef RefCountingPtr Fault; FaultBase * const NoFault = 0; -#endif // __SIM_FAULT_HH__ +#endif // __SIM_FAULT_FWD_HH__