From nobody Mon Nov 10 09:48:01 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1555529213; cv=none; d=zoho.com; s=zohoarc; b=nu/+wWHhifMIlp6EojyT5SEheLpHsexsHx8o4Fy6vUlEUgl8OIMq3zxsb40cv9oHiAiGfbmo9yJ48wBBcQh4vnh06y9Ie5I5U6P2eBRstuI3Ak70Y149c+Q8Z5LpVU+mEdKfAyk6o+YIVVTTke6sTtaV1qnxAo+w6F1RQsBJPRg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1555529213; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=Y/qevV+t3ZG/gVqPE07eqmBhB2abbIZZtCiDijhmXNY=; b=Nhi/ckMX4O7Bqkwq3nH403I7QTbvRUxfDtxN1/3/HYKRVlC3av/fhwmK3EPHqys0srSor3gB7kYM//lx/1MN1ZjiaVi+lauR496K44ymxKAc8Nss6sUIqU035/kGdEEZb83kg3kge98ytRcubA9a30tfidtbBfbBtUf6Zhmm0A4= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1555529213283330.32067603428027; Wed, 17 Apr 2019 12:26:53 -0700 (PDT) Received: from localhost ([127.0.0.1]:58418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGqCl-0006RM-4z for importer@patchew.org; Wed, 17 Apr 2019 15:26:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGq4R-0008O5-Al for qemu-devel@nongnu.org; Wed, 17 Apr 2019 15:18:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hGq4P-0008OC-6W for qemu-devel@nongnu.org; Wed, 17 Apr 2019 15:18:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44968) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hGq4O-0008MZ-T0 for qemu-devel@nongnu.org; Wed, 17 Apr 2019 15:18:09 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 320E92D7F8 for ; Wed, 17 Apr 2019 19:18:07 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-116.ams2.redhat.com [10.36.116.116]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F3F4A60C68; Wed, 17 Apr 2019 19:18:06 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 6FF3E1132BB6; Wed, 17 Apr 2019 21:18:05 +0200 (CEST) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Wed, 17 Apr 2019 21:17:49 +0200 Message-Id: <20190417191805.28198-2-armbru@redhat.com> In-Reply-To: <20190417191805.28198-1-armbru@redhat.com> References: <20190417191805.28198-1-armbru@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 17 Apr 2019 19:18:07 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v2 01/17] include: Include fprintf-fn.h only where needed X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dgilbert@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Markus Armbruster Reviewed-by: Dr. David Alan Gilbert --- include/qemu-common.h | 2 -- include/qemu/cutils.h | 2 -- include/sysemu/cpus.h | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/include/qemu-common.h b/include/qemu-common.h index a102245519..f891e05e7e 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -12,8 +12,6 @@ #ifndef QEMU_COMMON_H #define QEMU_COMMON_H =20 -#include "qemu/fprintf-fn.h" - #define TFR(expr) do { if ((expr) !=3D -1) break; } while (errno =3D=3D EI= NTR) =20 /* Copyright string for -version arguments, About dialogs, etc */ diff --git a/include/qemu/cutils.h b/include/qemu/cutils.h index d2dad3057c..12301340a4 100644 --- a/include/qemu/cutils.h +++ b/include/qemu/cutils.h @@ -1,8 +1,6 @@ #ifndef QEMU_CUTILS_H #define QEMU_CUTILS_H =20 -#include "qemu/fprintf-fn.h" - /** * pstrcpy: * @buf: buffer to copy string into diff --git a/include/sysemu/cpus.h b/include/sysemu/cpus.h index 731756d948..eea0010b53 100644 --- a/include/sysemu/cpus.h +++ b/include/sysemu/cpus.h @@ -1,6 +1,7 @@ #ifndef QEMU_CPUS_H #define QEMU_CPUS_H =20 +#include "qemu/fprintf-fn.h" #include "qemu/timer.h" =20 /* cpus.c */ --=20 2.17.2