diff src/video/cybergfx/SDL_cgxvideo.h @ 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 c9b51268668f
children c71e05b4dc2e
line wrap: on
line diff
--- a/src/video/cybergfx/SDL_cgxvideo.h	Tue Feb 07 07:03:29 2006 +0000
+++ b/src/video/cybergfx/SDL_cgxvideo.h	Tue Feb 07 09:29:18 2006 +0000
@@ -24,10 +24,6 @@
 #define _SDL_cgxvideo_h
 
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
 #include <exec/exec.h>
 #include <cybergraphx/cybergraphics.h>
 #include <graphics/scale.h>
@@ -47,9 +43,11 @@
 #include <inline/console.h>
 #endif
 
-#include "mydebug.h"
+#include "SDL_stdlib.h"
+#include "SDL_string.h"
 #include "SDL_mouse.h"
 #include "SDL_sysvideo.h"
+#include "mydebug.h"
 
 #define USE_CGX_WRITELUTPIXEL