# HG changeset patch # User Sam Lantinga # Date 1187246434 0 # Node ID b80e3d57941f2de2d4f791d6ced68a0bf31be456 # Parent 292bee385630204dafe0dd7e176e155edf2a6cbf Removed unnecessary header (SDL_blit.h has SDL_cpuinfo.h) diff -r 292bee385630 -r b80e3d57941f src/video/SDL_blit_copy.c --- 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"