From ae7e67f3344e17856cb6d2a03ac61fd3161fa939 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 10 Jan 2011 04:53:34 -0800 Subject: [PATCH] Root: Get rid of unnecessary includes in root.cc. --- src/sim/root.cc | 6 ------ 1 file changed, 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 -#include -#include -#include -#include - #include "base/misc.hh" #include "params/Root.hh" #include "sim/sim_object.hh" -- 2.30.2