From: Richard Henderson Date: Sat, 9 Jul 2016 01:24:55 +0000 (-0700) Subject: cputlb: Remove includes from softmmu_template.h X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~10^2~14^2~5^2~91^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40978428853e2f7b4597ab2a9ffeb187333802dc;p=sdk%2Femulator%2Fqemu.git cputlb: Remove includes from softmmu_template.h We already include exec/address-spaces.h and exec/memory.h in cputlb.c; the include of qemu/timer.h appears to be a fossil. Reviewed-by: Emilio G. Cota Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- diff --git a/softmmu_template.h b/softmmu_template.h index 538cff5719..b9532a4b24 100644 --- a/softmmu_template.h +++ b/softmmu_template.h @@ -21,10 +21,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see . */ -#include "qemu/timer.h" -#include "exec/address-spaces.h" -#include "exec/memory.h" - #if DATA_SIZE == 8 #define SUFFIX q #define LSUFFIX q