From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv1hU-0001t2-UG for qemu-devel@nongnu.org; Wed, 20 May 2015 06:58:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv1hR-0005YD-Ol for qemu-devel@nongnu.org; Wed, 20 May 2015 06:58:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv1hR-0005Y7-JG for qemu-devel@nongnu.org; Wed, 20 May 2015 06:58:09 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 2B8458E78A for ; Wed, 20 May 2015 10:58:09 +0000 (UTC) Message-ID: <555C68BC.3060400@redhat.com> Date: Wed, 20 May 2015 12:58:04 +0200 From: Max Reitz MIME-Version: 1.0 References: <1432045761-15543-1-git-send-email-kraxel@redhat.com> <1432045761-15543-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1432045761-15543-3-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/4] ui: shader.h protect against double inclusion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org On 19.05.2015 16:29, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > include/ui/shader.h | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Max Reitz