comparison src/video/SDL_blit_copy.c @ 2252:b80e3d57941f

Removed unnecessary header (SDL_blit.h has SDL_cpuinfo.h)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Aug 2007 06:40:34 +0000
parents e1d228456537
children
comparison
equal deleted inserted replaced
2251:292bee385630 2252:b80e3d57941f
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #include "SDL_cpuinfo.h"
25 #include "SDL_video.h" 24 #include "SDL_video.h"
26 #include "SDL_blit.h" 25 #include "SDL_blit.h"
27 #include "SDL_blit_copy.h" 26 #include "SDL_blit_copy.h"
28 27
29 28