From aa62c217c5d1a9b0cf568cc253c8258c5a9e2cf4 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 3 Feb 2011 22:07:34 -0800 Subject: [PATCH] Fault: Forgot to refresh to grab these header guard updates. --- src/sim/fault_fwd.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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__