summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/metadata.c1
-rw-r--r--apps/settings.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/metadata.c b/apps/metadata.c
index f5e5d1ba67..eddc55e76f 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -30,7 +30,6 @@
#include "replaygain.h"
#include "debug.h"
#include "system.h"
-#include "gwps.h"
enum tagtype { TAGTYPE_APE = 1, TAGTYPE_VORBIS };
diff --git a/apps/settings.h b/apps/settings.h
index 00017d2e1d..30872ac04f 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -27,7 +27,9 @@
#include "dircache.h"
#include "timefuncs.h"
#include "tagcache.h"
+#ifndef __PCTOOL__
#include "button.h"
+#endif
#if CONFIG_CODEC == SWCODEC
#include "audio.h"