diff src/stdlib/SDL_qsort.c @ 1354:22f39393668a

Fixed build problem with SDL_string.c Officially deprecated SDL_byteorder.h, SDL_getenv.h and SDL_types.h Moved endian-related SDL_rwops code into SDL_rwops.c
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Feb 2006 09:38:05 +0000
parents c687f06c7473
children d910939febfa
line wrap: on
line diff
--- a/src/stdlib/SDL_qsort.c	Thu Feb 09 09:07:13 2006 +0000
+++ b/src/stdlib/SDL_qsort.c	Thu Feb 09 09:38:05 2006 +0000
@@ -47,8 +47,7 @@
 #include <stdlib.h>
 #include <string.h>
 */
-#include "SDL_stdlib.h"
-#include "SDL_string.h"
+#include "SDL_stdinc.h"
 
 #define assert(X)
 #define malloc	SDL_malloc