Mercurial > sdl-ios-xcode
comparison src/video/SDL_yuv_sw.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 |
---|---|
80 * PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" | 80 * PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" |
81 * BASIS, AND BROWN UNIVERSITY HAS NO OBLIGATION TO PROVIDE MAINTENANCE, | 81 * BASIS, AND BROWN UNIVERSITY HAS NO OBLIGATION TO PROVIDE MAINTENANCE, |
82 * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 82 * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
83 */ | 83 */ |
84 | 84 |
85 #include "SDL_stdlib.h" | |
86 #include "SDL_string.h" | |
85 #include "SDL_error.h" | 87 #include "SDL_error.h" |
86 #include "SDL_video.h" | 88 #include "SDL_video.h" |
87 #include "SDL_cpuinfo.h" | 89 #include "SDL_cpuinfo.h" |
88 #include "SDL_stdlib.h" | |
89 #include "SDL_string.h" | |
90 #include "SDL_stretch_c.h" | 90 #include "SDL_stretch_c.h" |
91 #include "SDL_yuvfuncs.h" | 91 #include "SDL_yuvfuncs.h" |
92 #include "SDL_yuv_sw_c.h" | 92 #include "SDL_yuv_sw_c.h" |
93 | 93 |
94 /* The functions used to manipulate software video overlays */ | 94 /* The functions used to manipulate software video overlays */ |