syscall emulation: Enabled getrlimit and getrusage for x86.
[gem5.git] / src / arch / mips / kernel_stats.hh
index 82d57689139ab61c6552580a02c72c974fb88569..5cf6087c814368bb6c124fbc9bef19528daa64d3 100644 (file)
 #ifndef __ARCH_MIPS_KERNEL_STATS_HH__
 #define __ARCH_MIPS_KERNEL_STATS_HH__
 
-#include <map>
-#include <stack>
-#include <string>
-#include <vector>
-
 #include "kern/kernel_stats.hh"
 
 namespace MipsISA {
@@ -53,7 +48,7 @@ class Statistics : public ::Kernel::Statistics
 };
 
 
-} /* end namespace MipsISA::Kernel */
-} /* end namespace MipsISA */
+} // namespace MipsISA::Kernel
+} // namespace MipsISA
 
 #endif // __ARCH_MIPS_KERNEL_STATS_HH__