From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1wDV-0002up-Qv for qemu-devel@nongnu.org; Fri, 09 Sep 2011 04:13:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1wDU-0002hG-O0 for qemu-devel@nongnu.org; Fri, 09 Sep 2011 04:13:41 -0400 Message-ID: <4E69CB58.5020005@redhat.com> Date: Fri, 09 Sep 2011 10:16:24 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1315497332-7258-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1315497332-7258-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix include statements for qemu-common.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, Jan Kiszka , Riku Voipio , QEMU Developers Am 08.09.2011 17:55, schrieb Stefan Weil: > * qemu-common.h is not a system include file, so it should be included > with "" instead of <>. Otherwise incremental builds might fail > because only local include files are checked for changes. > > * linux-user/syscall.c included the file twice. > > Cc: Kevin Wolf > Cc: Riku Voipio > Cc: Jan Kiszka > Signed-off-by: Stefan Weil Acked-by: Kevin Wolf