changeset 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 292bee385630
children 6d99edd791bf
files src/video/SDL_blit_copy.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/SDL_blit_copy.c	Thu Aug 16 06:37:22 2007 +0000
+++ b/src/video/SDL_blit_copy.c	Thu Aug 16 06:40:34 2007 +0000
@@ -21,7 +21,6 @@
 */
 #include "SDL_config.h"
 
-#include "SDL_cpuinfo.h"
 #include "SDL_video.h"
 #include "SDL_blit.h"
 #include "SDL_blit_copy.h"