diff options
Diffstat (limited to 'Programs/python.c')
-rw-r--r-- | Programs/python.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Programs/python.c b/Programs/python.c index a295486..78e48f8 100644 --- a/Programs/python.c +++ b/Programs/python.c @@ -1,12 +1,6 @@ /* Minimal main program -- everything is loaded from the library */ #include "Python.h" -#include "internal/pystate.h" -#include <locale.h> - -#ifdef __FreeBSD__ -#include <fenv.h> -#endif #ifdef MS_WINDOWS int @@ -15,8 +9,6 @@ wmain(int argc, wchar_t **argv) return Py_Main(argc, argv); } #else - - int main(int argc, char **argv) { |