From 0245f93c028cf61c7f1098d9982d47698165eff4 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 27 Feb 2018 12:40:36 -0500 Subject: [PATCH] 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. Backports commit 40978428853e2f7b4597ab2a9ffeb187333802dc from qemu --- qemu/softmmu_template.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qemu/softmmu_template.h b/qemu/softmmu_template.h index e3a19bff..3fcba4a9 100644 --- a/qemu/softmmu_template.h +++ b/qemu/softmmu_template.h @@ -23,11 +23,6 @@ */ /* Modified for Unicorn Engine by Nguyen Anh Quynh, 2015 */ -#include "qemu/timer.h" -#include "exec/address-spaces.h" -#include "exec/memory.h" -#include "uc_priv.h" - #if DATA_SIZE == 8 #define SUFFIX q #define LSUFFIX q