From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRfb9-00034I-B8 for qemu-devel@nongnu.org; Wed, 10 Sep 2014 06:58:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRfb3-00029n-7n for qemu-devel@nongnu.org; Wed, 10 Sep 2014 06:58:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRfb3-00029h-1H for qemu-devel@nongnu.org; Wed, 10 Sep 2014 06:57:57 -0400 From: Gerd Hoffmann Date: Wed, 10 Sep 2014 12:57:51 +0200 Message-Id: <1410346671-17813-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH] sdl2: drop sdl_zoom.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , Anthony Liguori It isn't used. Signed-off-by: Gerd Hoffmann --- ui/sdl2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/sdl2.c b/ui/sdl2.c index fcac87b..1ad74ba 100644 --- a/ui/sdl2.c +++ b/ui/sdl2.c @@ -35,7 +35,6 @@ #include "ui/console.h" #include "ui/input.h" #include "sysemu/sysemu.h" -#include "sdl_zoom.h" #include "sdl2-keymap.h" -- 1.8.3.1