mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix red caused by incorrect includes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29329 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e391fbdbc
commit
8bc2801e7c
2 changed files with 2 additions and 2 deletions
|
@ -23,13 +23,13 @@
|
|||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include "system.h"
|
||||
#include "settings.h"
|
||||
#include "radio.h"
|
||||
#include "buffering.h"
|
||||
#include "file.h"
|
||||
#include "kernel.h"
|
||||
#include "string-extra.h"
|
||||
#include "misc.h"
|
||||
#include "filefuncs.h"
|
||||
|
||||
#define MAX_RADIOART_IMAGES 10
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "button.h"
|
||||
#include "kernel.h"
|
||||
#include "backlight.h"
|
||||
#include "misc.h"
|
||||
#include "system.h"
|
||||
#include "button-sdl.h"
|
||||
#include "backlight.h"
|
||||
#include "sim_tasks.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue