diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-01-10 04:53:34 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-01-10 04:53:34 -0800 |
commit | ae7e67f3344e17856cb6d2a03ac61fd3161fa939 (patch) | |
tree | 726f5c2cd765b810083c182a2b3b2298417ce46b | |
parent | df14312e08cc1a011813163a1486bc94f099d212 (diff) | |
download | gem5-ae7e67f3344e17856cb6d2a03ac61fd3161fa939.tar.xz |
Root: Get rid of unnecessary includes in root.cc.
-rw-r--r-- | src/sim/root.cc | 6 |
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" |