Remove a couple of duplicate #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30301 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dbdbc242ac
commit
b2d0ea204c
4 changed files with 0 additions and 4 deletions
|
@ -41,7 +41,6 @@
|
|||
#include "mallocer.h"
|
||||
#include "bbfuncs.h"
|
||||
#include "inflate.h"
|
||||
#include "mallocer.h"
|
||||
|
||||
#define TRIM_FILE_ON_ERROR 1
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include "lang.h"
|
||||
#include "dir.h"
|
||||
#include "lcd-remote.h"
|
||||
#include "system.h"
|
||||
#include "timefuncs.h"
|
||||
#include "screens.h"
|
||||
#include "usb_screen.h"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "audiohw.h"
|
||||
#include "system.h"
|
||||
#include "settings.h"
|
||||
#include "debug.h"
|
||||
|
||||
#include "playback.h"
|
||||
#include "kernel.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "backlight.h"
|
||||
#include "system.h"
|
||||
#include "button-sdl.h"
|
||||
#include "backlight.h"
|
||||
#include "sim_tasks.h"
|
||||
#include "buttonmap.h"
|
||||
#include "debug.h"
|
||||
|
|
Loading…
Reference in a new issue