From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4aA0-0002lx-Tt for qemu-devel@nongnu.org; Thu, 14 May 2009 08:35:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4a9v-0002kc-KQ for qemu-devel@nongnu.org; Thu, 14 May 2009 08:35:40 -0400 Received: from [199.232.76.173] (port=50198 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4a9u-0002kM-Et for qemu-devel@nongnu.org; Thu, 14 May 2009 08:35:35 -0400 Received: from mx2.redhat.com ([66.187.237.31]:60596) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M4a9t-0007Ti-KK for qemu-devel@nongnu.org; Thu, 14 May 2009 08:35:34 -0400 Message-ID: <4A0C0F91.1070004@redhat.com> Date: Thu, 14 May 2009 15:33:21 +0300 From: Avi Kivity MIME-Version: 1.0 References: <200905131956.n4DJu0Hg020303@d03av04.boulder.ibm.com> <4A0B2D15.5060705@mail.berlios.de> In-Reply-To: <4A0B2D15.5060705@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [Qemu-commits] [COMMIT 5561650] Include assert.h from qemu-common.h List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Anthony Liguori , Paul Brook , qemu-devel Stefan Weil wrote: > qemu-common.h includes most of the typical standard headers, > so they might be removed from all QEMU source files which > include qemu-common.h. > I prefer that each source file (.c or .h) explicitly include all the headers for each of the symbols used in that file. Otherwise it is difficult to remove headers when no longer needed. -- error compiling committee.c: too many arguments to function