summaryrefslogtreecommitdiff
path: root/src/sim/root.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-01-10 04:53:34 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-01-10 04:53:34 -0800
commitae7e67f3344e17856cb6d2a03ac61fd3161fa939 (patch)
tree726f5c2cd765b810083c182a2b3b2298417ce46b /src/sim/root.cc
parentdf14312e08cc1a011813163a1486bc94f099d212 (diff)
downloadgem5-ae7e67f3344e17856cb6d2a03ac61fd3161fa939.tar.xz
Root: Get rid of unnecessary includes in root.cc.
Diffstat (limited to 'src/sim/root.cc')
-rw-r--r--src/sim/root.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sim/root.cc b/src/sim/root.cc
index 15f73b15b..2e5c070c8 100644
--- a/src/sim/root.cc
+++ b/src/sim/root.cc
@@ -29,12 +29,6 @@
* Steve Reinhardt
*/
-#include <cstring>
-#include <fstream>
-#include <list>
-#include <string>
-#include <vector>
-
#include "base/misc.hh"
#include "params/Root.hh"
#include "sim/sim_object.hh"