o3 cpu: remove some unused buggy functions in the lsq
[gem5.git] / src / cpu / activity.hh
index d75ff150eeb3686355db3045b7680bb9fd58e0ea..7913bf5e7f4fa7b6e1454e3b8317ee7a2a8a7f71 100644 (file)
@@ -31,8 +31,8 @@
 #ifndef __CPU_ACTIVITY_HH__
 #define __CPU_ACTIVITY_HH__
 
-#include "base/timebuf.hh"
 #include "base/trace.hh"
+#include "cpu/timebuf.hh"
 
 /**
  * ActivityRecorder helper class that informs the CPU if it can switch
@@ -54,6 +54,7 @@ class ActivityRecorder
   public:
     ActivityRecorder(const std::string &name, int num_stages,
                      int longest_latency, int count);
+    ~ActivityRecorder();
 
     /** Records that there is activity this cycle. */
     void activity();