# HG changeset patch # User Eli Gottlieb # Date 1278086747 14400 # Node ID 2878650e0dc931e17936492ba879d918bbcac4b0 # Parent 43826836b9955edf5d0756e867b087417bc52120 Added SDL_x11shape.h and removed unnecessary header includes from SDL_x11shape.c. This should help Andreas and Sam to compile the new code. diff -r 43826836b995 -r 2878650e0dc9 src/video/x11/SDL_x11shape.c --- a/src/video/x11/SDL_x11shape.c Fri Jul 02 12:02:18 2010 -0400 +++ b/src/video/x11/SDL_x11shape.c Fri Jul 02 12:05:47 2010 -0400 @@ -20,10 +20,6 @@ eligottlieb@gmail.com */ -#include -#include -#include -#include #include #include "SDL_x11shape.h" #include "SDL_x11window.h"