summaryrefslogtreecommitdiff
path: root/apps/plugins/rockpaint.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2009-01-12 21:56:46 +0000
committerBjörn Stenberg <bjorn@haxx.se>2009-01-12 21:56:46 +0000
commit52320b83c0e9fb3c3f6c463f8bd61de35f03b235 (patch)
tree995a6f7e903f2a142ce64e05b27fa5e189b8544c /apps/plugins/rockpaint.c
parentbbd33a0a7db188e874b11e30e509f32c13200aea (diff)
downloadrockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.tar.gz
rockbox-52320b83c0e9fb3c3f6c463f8bd61de35f03b235.zip
Added missing dependencies for codeclib and pluginlib. This required renaming some files that have twins in other places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19756 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockpaint.c')
-rw-r--r--apps/plugins/rockpaint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c
index b66324c85b..96ae7c5af5 100644
--- a/apps/plugins/rockpaint.c
+++ b/apps/plugins/rockpaint.c
@@ -29,7 +29,7 @@
29 */ 29 */
30 30
31#include "plugin.h" 31#include "plugin.h"
32#include "lib/bmp.h" 32#include "lib/pluginlib_bmp.h"
33#include "lib/rgb_hsv.h" 33#include "lib/rgb_hsv.h"
34 34
35PLUGIN_HEADER 35PLUGIN_HEADER