From 8d2e51c7f52670055ffe97e221302561b87015a2 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 17 May 2009 14:34:52 -0700 Subject: includes: sort includes again --- src/cpu/o3/comm.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cpu/o3/comm.hh') diff --git a/src/cpu/o3/comm.hh b/src/cpu/o3/comm.hh index a486f340d..23b836f73 100644 --- a/src/cpu/o3/comm.hh +++ b/src/cpu/o3/comm.hh @@ -33,9 +33,9 @@ #include -#include "sim/faults.hh" -#include "cpu/inst_seq.hh" #include "base/types.hh" +#include "cpu/inst_seq.hh" +#include "sim/faults.hh" // Typedef for physical register index type. Although the Impl would be the // most likely location for this, there are a few classes that need this -- cgit v1.2.3