summaryrefslogtreecommitdiff
path: root/src/cpu/legiontrace.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-05-17 14:34:52 -0700
committerNathan Binkert <nate@binkert.org>2009-05-17 14:34:52 -0700
commit8d2e51c7f52670055ffe97e221302561b87015a2 (patch)
tree792d211d603bd9155dee00861d1ce92d3ba2f09d /src/cpu/legiontrace.hh
parent709d859530325f28b904001f5a55dbdec2bad199 (diff)
downloadgem5-8d2e51c7f52670055ffe97e221302561b87015a2.tar.xz
includes: sort includes again
Diffstat (limited to 'src/cpu/legiontrace.hh')
-rw-r--r--src/cpu/legiontrace.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cpu/legiontrace.hh b/src/cpu/legiontrace.hh
index 19a996ed3..829941d4b 100644
--- a/src/cpu/legiontrace.hh
+++ b/src/cpu/legiontrace.hh
@@ -29,13 +29,13 @@
* Nathan Binkert
*/
-#ifndef __LEGIONTRACE_HH__
-#define __LEGIONTRACE_HH__
+#ifndef __CPU_LEGIONTRACE_HH__
+#define __CPU_LEGIONTRACE_HH__
#include "base/trace.hh"
+#include "base/types.hh"
#include "cpu/static_inst.hh"
#include "params/LegionTrace.hh"
-#include "base/types.hh"
#include "sim/insttracer.hh"
class ThreadContext;
@@ -78,4 +78,4 @@ class LegionTrace : public InstTracer
/* namespace Trace */ }
-#endif // __LEGIONTRACE_HH__
+#endif // __CPU_LEGIONTRACE_HH__