Fault: Forgot to refresh to grab these header guard updates.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 4 Feb 2011 06:07:34 +0000 (22:07 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 4 Feb 2011 06:07:34 +0000 (22:07 -0800)
src/sim/fault_fwd.hh

index 26a133328df98a2f5a2595898a32ca47b2fde1bb..998dba1950f80edfde7341c942444fcb68f58c52 100644 (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__