From patchwork Tue Jan 26 18:17:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 8125811 Return-Path: X-Original-To: patchwork-qemu-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 0687E9F6DA for ; Tue, 26 Jan 2016 18:23:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 11D7C202D1 for ; Tue, 26 Jan 2016 18:23:34 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 12A6D202AE for ; Tue, 26 Jan 2016 18:23:33 +0000 (UTC) Received: from localhost ([::1]:45891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO8H6-0008Mu-Ad for patchwork-qemu-devel@patchwork.kernel.org; Tue, 26 Jan 2016 13:23:32 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO8BN-0006HY-M2 for qemu-devel@nongnu.org; Tue, 26 Jan 2016 13:17:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO8BL-0007Vu-T2 for qemu-devel@nongnu.org; Tue, 26 Jan 2016 13:17:37 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:59628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO8BL-0007UI-IX for qemu-devel@nongnu.org; Tue, 26 Jan 2016 13:17:35 -0500 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1aO8BI-0000FE-4Z; Tue, 26 Jan 2016 18:17:32 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Date: Tue, 26 Jan 2016 18:17:24 +0000 Message-Id: <1453832250-766-32-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1453832250-766-1-git-send-email-peter.maydell@linaro.org> References: <1453832250-766-1-git-send-email-peter.maydell@linaro.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 2001:8b0:1d0::1 Cc: patches@linaro.org Subject: [Qemu-devel] [PATCH 31/37] cris: Clean up includes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell --- disas/cris.c | 1 + hw/cris/axis_dev88.c | 1 + hw/cris/boot.c | 1 + target-cris/cpu.c | 1 + target-cris/gdbstub.c | 2 +- target-cris/helper.c | 1 + target-cris/machine.c | 1 + target-cris/op_helper.c | 1 + target-cris/translate.c | 1 + target-cris/translate_v10.c | 1 + 10 files changed, 10 insertions(+), 1 deletion(-) diff --git a/disas/cris.c b/disas/cris.c index 4482a41..7f35bc0 100644 --- a/disas/cris.c +++ b/disas/cris.c @@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "disas/bfd.h" //#include "sysdep.h" diff --git a/hw/cris/axis_dev88.c b/hw/cris/axis_dev88.c index de880d1..f2ba1d0 100644 --- a/hw/cris/axis_dev88.c +++ b/hw/cris/axis_dev88.c @@ -22,6 +22,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "net/net.h" #include "hw/block/flash.h" diff --git a/hw/cris/boot.c b/hw/cris/boot.c index 1cfa339..6608160 100644 --- a/hw/cris/boot.c +++ b/hw/cris/boot.c @@ -22,6 +22,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/loader.h" #include "elf.h" diff --git a/target-cris/cpu.c b/target-cris/cpu.c index 8eaf5a5..b2c8624 100644 --- a/target-cris/cpu.c +++ b/target-cris/cpu.c @@ -21,6 +21,7 @@ * */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #include "mmu.h" diff --git a/target-cris/gdbstub.c b/target-cris/gdbstub.c index 5db3683..1bbf17b 100644 --- a/target-cris/gdbstub.c +++ b/target-cris/gdbstub.c @@ -17,7 +17,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, see . */ -#include "config.h" +#include "qemu/osdep.h" #include "qemu-common.h" #include "exec/gdbstub.h" diff --git a/target-cris/helper.c b/target-cris/helper.c index df6c9fd..1eb9fd9 100644 --- a/target-cris/helper.c +++ b/target-cris/helper.c @@ -18,6 +18,7 @@ * License along with this library; if not, see . */ +#include "qemu/osdep.h" #include "cpu.h" #include "mmu.h" #include "qemu/host-utils.h" diff --git a/target-cris/machine.c b/target-cris/machine.c index 983b67c..9cc2820 100644 --- a/target-cris/machine.c +++ b/target-cris/machine.c @@ -18,6 +18,7 @@ * License along with this library; if not, see . */ +#include "qemu/osdep.h" #include "hw/hw.h" static const VMStateDescription vmstate_tlbset = { diff --git a/target-cris/op_helper.c b/target-cris/op_helper.c index 2296677..320f2b8 100644 --- a/target-cris/op_helper.c +++ b/target-cris/op_helper.c @@ -18,6 +18,7 @@ * License along with this library; if not, see . */ +#include "qemu/osdep.h" #include "cpu.h" #include "mmu.h" #include "exec/helper-proto.h" diff --git a/target-cris/translate.c b/target-cris/translate.c index 2429931..295005f 100644 --- a/target-cris/translate.c +++ b/target-cris/translate.c @@ -23,6 +23,7 @@ * The condition code translation is in need of attention. */ +#include "qemu/osdep.h" #include "cpu.h" #include "disas/disas.h" #include "tcg-op.h" diff --git a/target-cris/translate_v10.c b/target-cris/translate_v10.c index df20bdc..1335517 100644 --- a/target-cris/translate_v10.c +++ b/target-cris/translate_v10.c @@ -18,6 +18,7 @@ * License along with this library; if not, see . */ +#include "qemu/osdep.h" #include "crisv10-decode.h" static const char *regnames_v10[] =