summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/misc.c b/apps/misc.c
index d7a64b3733..930afe34f8 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -20,6 +20,7 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21#include <stdlib.h> 21#include <stdlib.h>
22#include <ctype.h> 22#include <ctype.h>
23#include <string.h>
23#include "config.h" 24#include "config.h"
24#include "misc.h" 25#include "misc.h"
25#include "lcd.h" 26#include "lcd.h"
@@ -27,14 +28,10 @@
27#ifdef __PCTOOL__ 28#ifdef __PCTOOL__
28#include <stdarg.h> 29#include <stdarg.h>
29#include <stdio.h> 30#include <stdio.h>
30#ifdef WPSEDITOR
31#include "string.h"
32#endif
33#else 31#else
34#include "sprintf.h" 32#include "sprintf.h"
35#include "appevents.h" 33#include "appevents.h"
36#include "lang.h" 34#include "lang.h"
37#include "string.h"
38#include "dir.h" 35#include "dir.h"
39#include "lcd-remote.h" 36#include "lcd-remote.h"
40#include "errno.h" 37#include "errno.h"