Yet more #include cleanups
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20249 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f69f89d5f
commit
b24fafbf14
5 changed files with 7 additions and 12 deletions
|
@ -44,6 +44,7 @@
|
|||
#include "pcm_record.h"
|
||||
#endif
|
||||
#include "appevents.h"
|
||||
#include "timefuncs.h"
|
||||
|
||||
/* FIXME: should be removed from icon.h to avoid redefinition,
|
||||
but still needed for compatibility with old system */
|
||||
|
|
|
@ -44,6 +44,9 @@
|
|||
#include "screens.h"
|
||||
#endif
|
||||
#include "quickscreen.h"
|
||||
#ifdef HAVE_DIRCACHE
|
||||
#include "dircache.h"
|
||||
#endif
|
||||
|
||||
/***********************************/
|
||||
/* TAGCACHE MENU */
|
||||
|
|
|
@ -92,6 +92,7 @@ void* plugin_get_buffer(size_t *buffer_size);
|
|||
#include "viewport.h"
|
||||
#include "ata_idle_notify.h"
|
||||
#include "settings_list.h"
|
||||
#include "timefuncs.h"
|
||||
|
||||
#ifdef HAVE_ALBUMART
|
||||
#include "albumart.h"
|
||||
|
|
|
@ -23,24 +23,13 @@
|
|||
#define __SETTINGS_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include "inttypes.h"
|
||||
#include "config.h"
|
||||
#include "file.h"
|
||||
#include "dircache.h"
|
||||
#include "timefuncs.h"
|
||||
#include "tagcache.h"
|
||||
#ifndef __PCTOOL__
|
||||
#include "button.h"
|
||||
#endif
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
#include "audio.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_BACKLIGHT_BRIGHTNESS
|
||||
#include "backlight.h" /* for [MIN|MAX]_BRIGHTNESS_SETTING */
|
||||
#endif
|
||||
|
||||
struct opt_items {
|
||||
unsigned const char* string;
|
||||
int32_t voice_id;
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
#include "audio.h"
|
||||
#include "appevents.h"
|
||||
#include "storage.h"
|
||||
#include "dir_uncached.h"
|
||||
|
||||
#define FILE_SEARCH_INSTRUCTIONS ROCKBOX_DIR "/tagnavi.config"
|
||||
|
||||
|
|
Loading…
Reference in a new issue