diff src/audio/amigaos/SDL_ahiaudio.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 19418e4422cb
line wrap: on
line diff
--- a/src/audio/amigaos/SDL_ahiaudio.h	Tue Feb 07 07:03:29 2006 +0000
+++ b/src/audio/amigaos/SDL_ahiaudio.h	Tue Feb 07 09:29:18 2006 +0000
@@ -30,8 +30,6 @@
 #else
 #include <inline/exec.h>
 #endif
-#include <stdlib.h>
-#include <string.h>
 
 #include <devices/ahi.h>
 #include "mydebug.h"