summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/bmp_smooth_scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/bmp_smooth_scale.c')
-rw-r--r--apps/plugins/lib/bmp_smooth_scale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/bmp_smooth_scale.c b/apps/plugins/lib/bmp_smooth_scale.c
index 860a20e7df..4d5eab00a0 100644
--- a/apps/plugins/lib/bmp_smooth_scale.c
+++ b/apps/plugins/lib/bmp_smooth_scale.c
@@ -70,7 +70,7 @@
70 * (C) Daniel M. Duley. 70 * (C) Daniel M. Duley.
71 */ 71 */
72 72
73#include "bmp.h" 73#include "pluginlib_bmp.h"
74#include "lcd.h" 74#include "lcd.h"
75 75
76void smooth_resize_bitmap(struct bitmap *src_bmp, struct bitmap *dest_bmp) 76void smooth_resize_bitmap(struct bitmap *src_bmp, struct bitmap *dest_bmp)