From af4ff63f2b63102c5100d846d70d64195359392b Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Tue, 25 Jan 2011 23:05:04 +0000 Subject: [PATCH] removed #include (leftover from debugging) --- animations/bitmapscroller.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/animations/bitmapscroller.c b/animations/bitmapscroller.c index 443ccbf..a2e5064 100644 --- a/animations/bitmapscroller.c +++ b/animations/bitmapscroller.c @@ -6,7 +6,6 @@ #include "../util.h" #include "../autoconf.h" #include "../pixel.h" -#include "../joystick/joystick.h" #include "bitmapscroller.h" @@ -26,7 +25,7 @@ typedef struct bitmap_t unsigned char nXDomain; /**< Last valid x-coordinate for viewport. */ unsigned char nYDomain; /**< Last valid y-coordinate for viewport. */ unsigned char nChunkDomain; /**< Last valid chunk for viewport. */ - unsigned char nChunkCount; /**< Amount of horiz. chunks of the bitmap. */ + unsigned char nChunkCount; /**< Amount of horiz. chunks of the bitmap. */ } bitmap_t;