Removed uses of stdlib.h and string.h
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401342
This commit is contained in:
parent
098fe1b8e9
commit
09cd73f1b5
192 changed files with 455 additions and 666 deletions
|
@ -27,9 +27,9 @@
|
|||
#endif
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_stdlib.h"
|
||||
#include "SDL_endian.h"
|
||||
#include "SDL_fatal.h"
|
||||
#include "SDL_stdlib.h"
|
||||
#ifndef DISABLE_VIDEO
|
||||
#include "SDL_leaks.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue