* various modules: #include "Python.h" and remove most remporary

renaming hacks
This commit is contained in:
Guido van Rossum 1994-09-14 13:32:22 +00:00
parent a96720907a
commit 602099a756
6 changed files with 19 additions and 66 deletions

View file

@ -138,14 +138,10 @@ None notimeout(int) int=0 or int=1
/* curses module */
#include "allobjects.h"
#include "fileobject.h"
#include "modsupport.h"
#include "Python.h"
#include <curses.h>
#include "rename1.h"
typedef struct {
PyObject_HEAD
SCREEN *scr;