summaryrefslogtreecommitdiff
path: root/src/video/SDL_bmp.c
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2006-02-10 06:48:43 +0000
committerSam Lantinga <slouken@libsdl.org>2006-02-10 06:48:43 +0000
commit769424426da9ce46a4c930ffd3b189b98db1fc26 (patch)
tree3eec73d27ebe798ba8693720e0b72f8fd7c8013c /src/video/SDL_bmp.c
parent438d1885a761f9905c11c2120b53e09218ed10da (diff)
More header massaging... works great on Windows. ;-)
Diffstat (limited to 'src/video/SDL_bmp.c')
-rw-r--r--src/video/SDL_bmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video/SDL_bmp.c b/src/video/SDL_bmp.c
index 89abb3111d..aa606bfba3 100644
--- a/src/video/SDL_bmp.c
+++ b/src/video/SDL_bmp.c
@@ -34,10 +34,8 @@
This code currently supports Win32 DIBs in uncompressed 8 and 24 bpp.
*/
-#include "SDL_error.h"
#include "SDL_video.h"
#include "SDL_endian.h"
-#include "SDL_string.h"
/* Compression encodings for BMP files */
#ifndef BI_RGB