summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/misc.cc2
-rw-r--r--base/pollevent.cc2
-rw-r--r--base/pollevent.hh2
-rw-r--r--base/stats/events.cc2
-rw-r--r--base/trace.hh2
5 files changed, 5 insertions, 5 deletions
diff --git a/base/misc.cc b/base/misc.cc
index 4b7c3632a..41c9800df 100644
--- a/base/misc.cc
+++ b/base/misc.cc
@@ -35,7 +35,7 @@
#include "base/output.hh"
#include "base/trace.hh"
#include "sim/host.hh"
-#include "sim/universe.hh"
+#include "sim/root.hh"
using namespace std;
diff --git a/base/pollevent.cc b/base/pollevent.cc
index 127bf57f5..132d7de70 100644
--- a/base/pollevent.cc
+++ b/base/pollevent.cc
@@ -37,7 +37,7 @@
#include "sim/host.hh"
#include "base/misc.hh"
#include "base/pollevent.hh"
-#include "sim/universe.hh"
+#include "sim/root.hh"
#include "sim/serialize.hh"
using namespace std;
diff --git a/base/pollevent.hh b/base/pollevent.hh
index 3c9404c08..169d82a61 100644
--- a/base/pollevent.hh
+++ b/base/pollevent.hh
@@ -31,7 +31,7 @@
#include <vector>
#include <poll.h>
-#include "sim/universe.hh"
+#include "sim/root.hh"
class Checkpoint;
diff --git a/base/stats/events.cc b/base/stats/events.cc
index d716fa4d3..dd7ec2ccf 100644
--- a/base/stats/events.cc
+++ b/base/stats/events.cc
@@ -41,7 +41,7 @@
#include "base/match.hh"
#include "sim/host.hh"
#include "sim/sim_object.hh"
-#include "sim/universe.hh"
+#include "sim/root.hh"
using namespace std;
diff --git a/base/trace.hh b/base/trace.hh
index 054b14546..eb33213ed 100644
--- a/base/trace.hh
+++ b/base/trace.hh
@@ -34,7 +34,7 @@
#include "base/cprintf.hh"
#include "base/match.hh"
#include "sim/host.hh"
-#include "sim/universe.hh"
+#include "sim/root.hh"
#ifndef TRACING_ON
#ifndef NDEBUG