forked from len0rd/rockbox
Fix the remaining reds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25858 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b91f15d842
commit
55e4fe73cc
8 changed files with 9 additions and 4 deletions
|
@ -20,6 +20,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include "config.h"
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "config.h"
|
||||
#include "hwcompat.h"
|
||||
#include "stdarg.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include "inttypes.h"
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include "inttypes.h"
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include <sys/types.h>
|
||||
#include "config.h"
|
||||
|
||||
#include "hwcompat.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "config.h"
|
||||
#include "cpu.h"
|
||||
#include "string.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
****************************************************************************/
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include <sprintf.h>
|
||||
#include <stdio.h>
|
||||
#include "debug.h"
|
||||
#include "storage.h"
|
||||
#include "adc.h"
|
||||
|
|
|
@ -18,12 +18,12 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#include <stdio.h>
|
||||
#include "config.h"
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
|
||||
#include <lcd.h>
|
||||
#include <kernel.h>
|
||||
#include <sprintf.h>
|
||||
#include <string.h>
|
||||
#include <debug.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue