From: Gabe Black Date: Mon, 10 Jan 2011 12:53:34 +0000 (-0800) Subject: Root: Get rid of unnecessary includes in root.cc. X-Git-Tag: stable_2012_02_02~670 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae7e67f3344e17856cb6d2a03ac61fd3161fa939;p=gem5.git Root: Get rid of unnecessary includes in root.cc. --- 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 -#include -#include -#include -#include - #include "base/misc.hh" #include "params/Root.hh" #include "sim/sim_object.hh"