diff options
Diffstat (limited to 'Python/bltinmodule.c')
-rw-r--r-- | Python/bltinmodule.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index b6a7327..14fb349 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -8,10 +8,6 @@ #include <ctype.h> -#ifdef RISCOS -#include "unixstuff.h" -#endif - /* The default encoding used by the platform file system APIs Can remain NULL for all platforms that don't have such a concept */ |