From a50bf48eac8656c058be3e94a449a54a48620a42 Mon Sep 17 00:00:00 2001 From: Eli Gottlieb Date: Fri, 2 Jul 2010 12:05:47 -0400 Subject: [PATCH] Added SDL_x11shape.h and removed unnecessary header includes from SDL_x11shape.c. This should help Andreas and Sam to compile the new code. --- src/video/x11/SDL_x11shape.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/video/x11/SDL_x11shape.c b/src/video/x11/SDL_x11shape.c index e1600818c..432ddc722 100644 --- a/src/video/x11/SDL_x11shape.c +++ b/src/video/x11/SDL_x11shape.c @@ -20,10 +20,6 @@ eligottlieb@gmail.com */ -#include -#include -#include -#include #include #include "SDL_x11shape.h" #include "SDL_x11window.h"