diff src/video/Xext/Xv/Xv.c @ 1384:6fd39b50dd91

build fixes for IRIX 6.5 - dynamic X11 loading works! :)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Feb 2006 08:49:00 +0000
parents c0a74f199ecf
children 3ba88cb7eb1b
line wrap: on
line diff
--- a/src/video/Xext/Xv/Xv.c	Mon Feb 20 03:57:03 2006 +0000
+++ b/src/video/Xext/Xv/Xv.c	Mon Feb 20 08:49:00 2006 +0000
@@ -56,8 +56,6 @@
 #include <X11/extensions/XShm.h>
 #include "../extensions/extutil.h"
 
-#include "../../x11/SDL_x11dyn.h"
-
 static XExtensionInfo _xv_info_data;
 static XExtensionInfo *xv_info = &_xv_info_data;
 static char *xv_extension_name = XvName;