Oops, didn't want to rename those files...

This commit is contained in:
Sam Lantinga
2007-08-16 21:54:26 +00:00
parent bcce9c56b0
commit 47dfad08cc
3 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#include "SDL_video.h"
#include "SDL_sysvideo.h"
#include "SDL_blit.h"
#include "SDL_copy.h"
#include "SDL_blit_copy.h"
#include "SDL_RLEaccel_c.h"
#include "SDL_pixels_c.h"

View File

@@ -23,7 +23,7 @@
#include "SDL_video.h"
#include "SDL_blit.h"
#include "SDL_copy.h"
#include "SDL_blit_copy.h"
#ifdef __SSE__