Include Python.h, not allobjects.h (which no longer exists).

This commit is contained in:
Guido van Rossum 1997-05-05 21:45:44 +00:00
parent a027efa5bf
commit 7688bbad61

View file

@ -6,7 +6,7 @@
*/
#include "allobjects.h"
#include "Python.h"
#include "osdefs.h"
#include <windows.h>
#include "importdl.h"