diff src/video/x11/SDL_x11yuv.c @ 1338:604d73db6802

Removed uses of stdlib.h and string.h
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 09:29:18 +0000
parents 3692456e7b0f
children c71e05b4dc2e
line wrap: on
line diff
--- a/src/video/x11/SDL_x11yuv.c	Tue Feb 07 07:03:29 2006 +0000
+++ b/src/video/x11/SDL_x11yuv.c	Tue Feb 07 09:29:18 2006 +0000
@@ -24,8 +24,6 @@
 
 #ifdef XFREE86_XV
 
-#include <stdlib.h>
-#include <string.h>
 #include <X11/Xlib.h>
 #ifndef NO_SHARED_MEMORY
 #include <sys/ipc.h>
@@ -34,6 +32,8 @@
 #endif
 #include <Xext/extensions/Xvlib.h>
 
+#include "SDL_stdlib.h"
+#include "SDL_string.h"
 #include "SDL_error.h"
 #include "SDL_video.h"
 #include "SDL_x11yuv_c.h"