summaryrefslogtreecommitdiff
path: root/src/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.c')
-rw-r--r--src/context.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/context.c b/src/context.c
index 71c2275..5701a74 100644
--- a/src/context.c
+++ b/src/context.c
@@ -29,15 +29,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
-#ifdef _MSC_VER
-# include <direct.h>
-# include <io.h>
-# ifndef S_ISDIR
-# define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
-# endif
-#else
-# include <unistd.h>
-#endif
#include "xkbcommon/xkbcommon.h"
#include "utils.h"