summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 1ce65c0108..1d83640dc4 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -18,14 +18,16 @@
18 ****************************************************************************/ 18 ****************************************************************************/
19#include <stdlib.h> 19#include <stdlib.h>
20#include <ctype.h> 20#include <ctype.h>
21#include "config.h"
22#include "lcd.h"
23#include "file.h"
24#ifdef __PCTOOL__
25#include <stdarg.h>
26#else
21#include "sprintf.h" 27#include "sprintf.h"
22#ifndef __PCTOOL__
23#include "lang.h" 28#include "lang.h"
24#include "string.h" 29#include "string.h"
25#include "config.h"
26#include "file.h"
27#include "dir.h" 30#include "dir.h"
28#include "lcd.h"
29#include "lcd-remote.h" 31#include "lcd-remote.h"
30#include "errno.h" 32#include "errno.h"
31#include "system.h" 33#include "system.h"
@@ -49,7 +51,6 @@
49#include "tagcache.h" 51#include "tagcache.h"
50#include "scrobbler.h" 52#include "scrobbler.h"
51#include "sound.h" 53#include "sound.h"
52#endif
53 54
54#ifdef HAVE_MMC 55#ifdef HAVE_MMC
55#include "ata_mmc.h" 56#include "ata_mmc.h"
@@ -77,7 +78,6 @@
77#endif 78#endif
78#endif 79#endif
79 80
80#ifndef __PCTOOL__
81/* Format a large-range value for output, using the appropriate unit so that 81/* Format a large-range value for output, using the appropriate unit so that
82 * the displayed value is in the range 1 <= display < 1000 (1024 for "binary" 82 * the displayed value is in the range 1 <= display < 1000 (1024 for "binary"
83 * units) if possible, and 3 significant digits are shown. If a buffer is 83 * units) if possible, and 3 significant digits are shown. If a buffer is