diff src/stdlib/SDL_getenv.c @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents 22f39393668a
children c0a74f199ecf
line wrap: on
line diff
--- a/src/stdlib/SDL_getenv.c	Fri Feb 10 03:21:39 2006 +0000
+++ b/src/stdlib/SDL_getenv.c	Fri Feb 10 06:48:43 2006 +0000
@@ -27,7 +27,6 @@
 #if defined(WIN32) && !defined(_WIN32_WCE)
 
 #include "SDL_windows.h"
-#include "SDL_string.h"
 
 /* Note this isn't thread-safe! */