mem: Make the XBar responsible for tracking response routing
[gem5.git] / src / cpu / profile.cc
index 4f04615e97939bb9a3f5612b32f511eb09d9ad1f..79ae22ca1054d7f4cdb3556564a3754ba0937d10 100644 (file)
 
 #include <string>
 
+#include "base/loader/symtab.hh"
 #include "base/bitfield.hh"
 #include "base/callback.hh"
 #include "base/statistics.hh"
 #include "base/trace.hh"
-#include "base/loader/symtab.hh"
 #include "cpu/base.hh"
-#include "cpu/thread_context.hh"
 #include "cpu/profile.hh"
+#include "cpu/thread_context.hh"
 
 using namespace std;