Mercurial > sdl-ios-xcode
comparison src/video/SDL_RLEaccel.c @ 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 | 3692456e7b0f |
children | c71e05b4dc2e |
comparison
equal
deleted
inserted
replaced
1337:c687f06c7473 | 1338:604d73db6802 |
---|---|
84 * The end of the sequence is marked by a zero <skip>,<run> pair at the | 84 * The end of the sequence is marked by a zero <skip>,<run> pair at the |
85 * beginning of an opaque line. | 85 * beginning of an opaque line. |
86 */ | 86 */ |
87 | 87 |
88 #include "SDL_types.h" | 88 #include "SDL_types.h" |
89 #include "SDL_stdlib.h" | |
90 #include "SDL_string.h" | |
89 #include "SDL_video.h" | 91 #include "SDL_video.h" |
90 #include "SDL_error.h" | 92 #include "SDL_error.h" |
91 #include "SDL_stdlib.h" | |
92 #include "SDL_string.h" | |
93 #include "SDL_sysvideo.h" | 93 #include "SDL_sysvideo.h" |
94 #include "SDL_blit.h" | 94 #include "SDL_blit.h" |
95 #include "SDL_RLEaccel_c.h" | 95 #include "SDL_RLEaccel_c.h" |
96 | 96 |
97 #if (defined(i386) || defined(__x86_64__)) && defined(__GNUC__) && defined(USE_ASMBLIT) | 97 #if (defined(i386) || defined(__x86_64__)) && defined(__GNUC__) && defined(USE_ASMBLIT) |