From d32ebec9dadb053ab6d63aaa581465ad18ec572e Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sun, 4 Jan 2009 21:49:34 +0000 Subject: remove extra include of core bmp.c from a previous attempt at pluginlib scaler git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19672 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/bmp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/plugins/lib/bmp.c b/apps/plugins/lib/bmp.c index 85e996c5e2..a8ebbffc27 100644 --- a/apps/plugins/lib/bmp.c +++ b/apps/plugins/lib/bmp.c @@ -87,8 +87,6 @@ int save_bmp_file( char* filename, struct bitmap *bm, const struct plugin_api* r } #endif -#include "../../recorder/bmp.c" - /** Very simple image scale from src to dst (nearest neighbour). Source and destination dimensions are read from the struct bitmap. -- cgit v1.2.3