Don't need to include sim/param.hh in sim_object.hh anymore.
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 22 Oct 2003 04:32:15 +0000 (21:32 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 22 Oct 2003 04:32:15 +0000 (21:32 -0700)
Add explicit include of sim/param.hh to .cc files as needed.

cpu/base_cpu.cc:
cpu/exetrace.cc:
dev/etherint.cc:
sim/system.cc:
    Add include of sim/param.hh.
sim/sim_object.hh:
    Don't need to include sim/param.hh.

--HG--
extra : convert_revision : 8ed13f25c2087680230056ab7abb623e6a7699cf

cpu/base_cpu.cc
cpu/exetrace.cc
dev/etherint.cc
sim/sim_object.hh
sim/system.cc

index 2e1d95d88151cbb7488a426661e6aec8639884ea..90e090d5e1fa3e144fb4af35e59f5e28f95f57db 100644 (file)
@@ -34,6 +34,7 @@
 #include "base/cprintf.hh"
 #include "cpu/exec_context.hh"
 #include "base/misc.hh"
+#include "sim/param.hh"
 #include "sim/sim_events.hh"
 
 using namespace std;
index 01f50e67564a54bb4d8f13688d5dc805fcc7186b..c350288bcd0a344fc240eecf74822b6bff7269c9 100644 (file)
@@ -29,6 +29,7 @@
 #include <fstream>
 #include <iomanip>
 
+#include "sim/param.hh"
 #include "cpu/full_cpu/dyn_inst.hh"
 #include "cpu/full_cpu/spec_state.hh"
 #include "cpu/full_cpu/issue.hh"
index 2845ce729fb6fd603e9a0449fd2935340288f3ad..cfffb3a875cd001d4c28a6db90b99549c71b49c2 100644 (file)
@@ -28,6 +28,7 @@
 
 #include "dev/etherint.hh"
 #include "base/misc.hh"
+#include "sim/param.hh"
 #include "sim/sim_object.hh"
 
 void
index 6c15fc88f1ad8baf7a521ddcc97cbe6ef0ce805a..20da0716418d9b3036d6fa65401719f5b6b11c10 100644 (file)
@@ -38,7 +38,6 @@
 #include <vector>
 #include <iostream>
 
-#include "sim/param.hh"
 #include "sim/serialize.hh"
 
 /*
index e1e293c90a76da74b095b0be0c19eb4df5436e05..0e0b83332b95f4aea03eff98ae805ac0f43c85c2 100644 (file)
@@ -28,6 +28,7 @@
 
 #include "cpu/exec_context.hh"
 #include "targetarch/vtophys.hh"
+#include "sim/param.hh"
 #include "sim/system.hh"
 
 using namespace std;