1
0
Fork 0
forked from len0rd/rockbox

dmalloc and bmalloc are not intended for the simulator builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@719 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-05-27 06:56:35 +00:00
parent 1df12c875d
commit cd676e1d0f

View file

@ -27,8 +27,10 @@
#include "tree.h"
#include "panic.h"
#include "menu.h"
#ifndef SIMULATOR
#include "dmalloc.h"
#include "bmalloc.h"
#endif
#include "mpeg.h"
#include "main_menu.h"