From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkxFH-00062I-3v for qemu-devel@nongnu.org; Fri, 16 Sep 2016 13:48:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkxFC-0007R4-W2 for qemu-devel@nongnu.org; Fri, 16 Sep 2016 13:48:14 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:36645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkxFC-0007Qs-Qv for qemu-devel@nongnu.org; Fri, 16 Sep 2016 13:48:10 -0400 Received: by mail-pf0-f196.google.com with SMTP id n24so3877715pfb.3 for ; Fri, 16 Sep 2016 10:48:10 -0700 (PDT) Received: from anchor.twiddle.net (174-24-157-40.tukw.qwest.net. [174.24.157.40]) by smtp.gmail.com with ESMTPSA id e71sm27910078pfc.75.2016.09.16.10.47.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Sep 2016 10:47:09 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Fri, 16 Sep 2016 10:46:32 -0700 Message-Id: <1474048017-26696-11-git-send-email-rth@twiddle.net> In-Reply-To: <1474048017-26696-1-git-send-email-rth@twiddle.net> References: <1474048017-26696-1-git-send-email-rth@twiddle.net> Subject: [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: qemu-devel@nongnu.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. 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.5.5