Don't reference removed files in Makefile
[python/dscho.git] / Tools / modulator / Templates / module_head
blobd1fafdc37b2d46412e15e8a9137192edba50db15
2 #include "allobjects.h"
3 #include "modsupport.h"         /* For getargs() etc. */
5 static object *ErrorObject;
7 /* ----------------------------------------------------- */