summaryrefslogtreecommitdiff
path: root/src/cpu/simple_thread.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2007-05-28 08:03:13 -0700
committerSteve Reinhardt <stever@eecs.umich.edu>2007-05-28 08:03:13 -0700
commit07bda077f27c10e227373914a7515e43c6f0a578 (patch)
treecdd0da5cb963058ebbd8584aed0579e237f7837b /src/cpu/simple_thread.hh
parent35147170f91ccbc73d3e75440a5301f758e54dfc (diff)
downloadgem5-07bda077f27c10e227373914a7515e43c6f0a578.tar.xz
Remove unnecessary include of physical.hh.
--HG-- extra : convert_revision : bccafe884e58a55b02ff408448e6644196e439a4
Diffstat (limited to 'src/cpu/simple_thread.hh')
-rw-r--r--src/cpu/simple_thread.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/simple_thread.hh b/src/cpu/simple_thread.hh
index 824914ad0..95848ee2c 100644
--- a/src/cpu/simple_thread.hh
+++ b/src/cpu/simple_thread.hh
@@ -38,7 +38,6 @@
#include "config/full_system.hh"
#include "cpu/thread_context.hh"
#include "cpu/thread_state.hh"
-#include "mem/physical.hh"
#include "mem/request.hh"
#include "sim/byteswap.hh"
#include "sim/eventq.hh"