From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brLPa-0005lF-SI for qemu-devel@nongnu.org; Tue, 04 Oct 2016 04:49:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brLPV-0006HD-TL for qemu-devel@nongnu.org; Tue, 04 Oct 2016 04:49:17 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:37931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brLPV-0006Gw-N7 for qemu-devel@nongnu.org; Tue, 04 Oct 2016 04:49:13 -0400 Received: by mail-wm0-x229.google.com with SMTP id p138so198448788wmb.1 for ; Tue, 04 Oct 2016 01:49:13 -0700 (PDT) References: <1474048017-26696-1-git-send-email-rth@twiddle.net> <1474048017-26696-11-git-send-email-rth@twiddle.net> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1474048017-26696-11-git-send-email-rth@twiddle.net> Date: Tue, 04 Oct 2016 09:49:10 +0100 Message-ID: <87twcssdmh.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v4 10/35] cputlb: Remove includes from softmmu_template.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org Richard Henderson writes: > 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. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > 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 -- Alex Bennée