summaryrefslogtreecommitdiff
path: root/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui.c')
-rw-r--r--gui.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui.c b/gui.c
index 40b07e4..d97b0a2 100644
--- a/gui.c
+++ b/gui.c
@@ -19,15 +19,11 @@
#include "common.h"
#include "font.h"
-#ifndef _WIN32_WCE
-
#include <sys/stat.h>
#include <unistd.h>
#include <ctype.h>
#include <dirent.h>
-#endif
-
#define MAX_PATH 1024
// Blatantly stolen and trimmed from MZX (megazeux.sourceforge.net)