aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'externals/build/src/shell.c')
-rw-r--r--externals/build/src/shell.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/externals/build/src/shell.c b/externals/build/src/shell.c
deleted file mode 100644
index 916ae287..00000000
--- a/externals/build/src/shell.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- * this doesn't work for Windows, but it should be possible with MinGW or
- * Cygwin <hans@at.or.at>
- */
-#ifndef WIN32
-#include "../../ggee/control/shell.c"
-#endif