From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1by3Tz-00053L-Du for qemu-devel@nongnu.org; Sat, 22 Oct 2016 17:05:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1by3Ty-0001rV-B8 for qemu-devel@nongnu.org; Sat, 22 Oct 2016 17:05:35 -0400 Received: from mail-pf0-x243.google.com ([2607:f8b0:400e:c00::243]:33141) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1by3Tx-0001qw-U9 for qemu-devel@nongnu.org; Sat, 22 Oct 2016 17:05:34 -0400 Received: by mail-pf0-x243.google.com with SMTP id i85so12089091pfa.0 for ; Sat, 22 Oct 2016 14:05:33 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Sat, 22 Oct 2016 14:04:59 -0700 Message-Id: <1477170324-17783-11-git-send-email-rth@twiddle.net> In-Reply-To: <1477170324-17783-1-git-send-email-rth@twiddle.net> References: <1477170324-17783-1-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 10/35] cputlb: Remove includes from softmmu_template.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org 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 --- softmmu_template.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/softmmu_template.h b/softmmu_template.h index 538cff5..b9532a4 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 -- 2.7.4