arch: Pass faults by const reference where possible
[gem5.git] / src / cpu / inorder / pipeline_traits.9stage.smt2.hh
index 22da4ea0f4ae77a9db0edb624c449141f54907f0..97759b549f286782a54274d9d6ad3960ee6f6926 100644 (file)
 #define __CPU_INORDER_PIPELINE_IMPL_HH__
 
 #include <list>
+#include <map>
 #include <queue>
 #include <vector>
-#include <map>
 
 #include "arch/isa_traits.hh"
-#include "cpu/inorder/params.hh"
-
 
 class InOrderDynInst;