summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-04-28 10:22:05 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-04-28 10:22:05 +0000
commita5d3029c82ff0f47f8ea6608e84995f360f2adad (patch)
tree12e96ef91eb0ffd87724703018131a3622add073 /apps
parent8391526f794b296e5b6edd5707bbf25b5be73e17 (diff)
downloadrockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.zip
rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.tar.gz
rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.tar.bz2
rockbox-a5d3029c82ff0f47f8ea6608e84995f360f2adad.tar.xz
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17275 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/filetree.c1
-rw-r--r--apps/logfdisp.c1
-rw-r--r--apps/metadata.c1
-rw-r--r--apps/playlist_catalog.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index cac2c79..dd541fe 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -41,6 +41,7 @@
#include "splash.h"
#include "yesno.h"
#include "cuesheet.h"
+#include "filetree.h"
#ifdef HAVE_LCD_BITMAP
#include "keyboard.h"
#endif
diff --git a/apps/logfdisp.c b/apps/logfdisp.c
index aa84bf0..4a5ab43 100644
--- a/apps/logfdisp.c
+++ b/apps/logfdisp.c
@@ -30,6 +30,7 @@
#include "menu.h"
#include "logf.h"
#include "settings.h"
+#include "logfdisp.h"
#ifdef HAVE_LCD_BITMAP
bool logfdisplay(void)
diff --git a/apps/metadata.c b/apps/metadata.c
index 3abbd74..7b3b314 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -27,6 +27,7 @@
#include "debug.h"
#include "logf.h"
#include "cuesheet.h"
+#include "metadata.h"
#if CONFIG_CODEC == SWCODEC
diff --git a/apps/playlist_catalog.c b/apps/playlist_catalog.c
index 2b5020f..5221058 100644
--- a/apps/playlist_catalog.c
+++ b/apps/playlist_catalog.c
@@ -39,6 +39,7 @@
#include "yesno.h"
#include "filetypes.h"
#include "debug.h"
+#include "playlist_catalog.h"
#define MAX_PLAYLISTS 400
#define PLAYLIST_DISPLAY_COUNT 10