1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 21:05:27 +03:00

cpu: Include header instead of repeating function declaration.

This commit is contained in:
Maarten ter Huurne 2011-10-23 15:24:35 +02:00
parent 14bae043c0
commit 33e7f1ef56
2 changed files with 1 additions and 2 deletions

View File

@ -59,6 +59,7 @@
#include "filedialog.h"
#include "gmenu2x.h"
#include "filelister.h"
#include "cpu.h"
#include "iconbutton.h"
#include "messagebox.h"

View File

@ -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,