Removed unneeded dependency on pcmbuf.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e71c589e0
commit
8924686224
4 changed files with 0 additions and 8 deletions
|
@ -73,9 +73,6 @@
|
||||||
|
|
||||||
#if (CONFIG_CODEC == SWCODEC)
|
#if (CONFIG_CODEC == SWCODEC)
|
||||||
#include "playback.h"
|
#include "playback.h"
|
||||||
#include "pcmbuf.h"
|
|
||||||
#else
|
|
||||||
#define pcmbuf_init()
|
|
||||||
#endif
|
#endif
|
||||||
#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && !defined(SIMULATOR)
|
#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && !defined(SIMULATOR)
|
||||||
#include "pcm_record.h"
|
#include "pcm_record.h"
|
||||||
|
|
|
@ -55,7 +55,6 @@
|
||||||
#if CONFIG_CODEC == SWCODEC
|
#if CONFIG_CODEC == SWCODEC
|
||||||
#include "dsp.h"
|
#include "dsp.h"
|
||||||
#include "menus/eq_menu.h"
|
#include "menus/eq_menu.h"
|
||||||
#include "pcmbuf.h"
|
|
||||||
#ifdef HAVE_RECORDING
|
#ifdef HAVE_RECORDING
|
||||||
#include "enc_config.h"
|
#include "enc_config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -28,9 +28,6 @@
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
#include "sound_menu.h"
|
#include "sound_menu.h"
|
||||||
#include "eq_menu.h"
|
#include "eq_menu.h"
|
||||||
#if CONFIG_CODEC == SWCODEC
|
|
||||||
#include "pcmbuf.h"
|
|
||||||
#endif
|
|
||||||
#include "exported_menus.h"
|
#include "exported_menus.h"
|
||||||
#include "menu_common.h"
|
#include "menu_common.h"
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,6 @@ struct user_settings global_settings;
|
||||||
struct system_status global_status;
|
struct system_status global_status;
|
||||||
|
|
||||||
#if CONFIG_CODEC == SWCODEC
|
#if CONFIG_CODEC == SWCODEC
|
||||||
#include "pcmbuf.h"
|
|
||||||
#include "dsp.h"
|
#include "dsp.h"
|
||||||
#include "playback.h"
|
#include "playback.h"
|
||||||
#ifdef HAVE_RECORDING
|
#ifdef HAVE_RECORDING
|
||||||
|
|
Loading…
Reference in a new issue