From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjSOw-0000tf-51 for qemu-devel@nongnu.org; Mon, 12 Sep 2016 10:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjSOp-00053T-Sj for qemu-devel@nongnu.org; Mon, 12 Sep 2016 10:40:01 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:37636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjSOp-00053H-Lz for qemu-devel@nongnu.org; Mon, 12 Sep 2016 10:39:55 -0400 Received: by mail-wm0-f44.google.com with SMTP id c131so61421285wmh.0 for ; Mon, 12 Sep 2016 07:39:55 -0700 (PDT) References: <1472935202-3342-1-git-send-email-rth@twiddle.net> <1472935202-3342-11-git-send-email-rth@twiddle.net> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1472935202-3342-11-git-send-email-rth@twiddle.net> Date: Mon, 12 Sep 2016 15:38:51 +0100 Message-ID: <87oa3tw5c4.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 10/34] 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 6805028..a75d299 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