From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDF0b-0003VA-AE for qemu-devel@nongnu.org; Mon, 19 Jan 2015 11:16:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDF0U-0002z6-QJ for qemu-devel@nongnu.org; Mon, 19 Jan 2015 11:16:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDF0U-0002yB-Iq for qemu-devel@nongnu.org; Mon, 19 Jan 2015 11:16:50 -0500 Message-ID: <54BD2DED.80208@redhat.com> Date: Mon, 19 Jan 2015 11:16:45 -0500 From: Max Reitz MIME-Version: 1.0 References: <1421674603-31575-1-git-send-email-kraxel@redhat.com> <1421674603-31575-7-git-send-email-kraxel@redhat.com> In-Reply-To: <1421674603-31575-7-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 v2 6/7] sdl2: move SDL_* includes to sdl2.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Anthony Liguori On 2015-01-19 at 08:36, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > include/ui/sdl2.h | 6 ++++++ > ui/sdl2-2d.c | 6 ------ > ui/sdl2-input.c | 6 ------ > ui/sdl2.c | 6 ------ > 4 files changed, 6 insertions(+), 18 deletions(-) Reviewed-by: Max Reitz