mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-01-12 23:40:15 +02:00
cpu: Include header instead of repeating function declaration.
This commit is contained in:
parent
14bae043c0
commit
33e7f1ef56
@ -59,6 +59,7 @@
|
||||
#include "filedialog.h"
|
||||
#include "gmenu2x.h"
|
||||
#include "filelister.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#include "iconbutton.h"
|
||||
#include "messagebox.h"
|
||||
|
@ -61,8 +61,6 @@ const int LOOP_DELAY=30000;
|
||||
extern const char *CARD_ROOT;
|
||||
extern const int CARD_ROOT_LEN;
|
||||
|
||||
extern void jz_cpuspeed(unsigned clockspeed);
|
||||
|
||||
// Note: Keep this in sync with colorNames!
|
||||
enum color {
|
||||
COLOR_TOP_BAR_BG,
|
||||
|
Loading…
Reference in New Issue
Block a user