summaryrefslogtreecommitdiffstats
path: root/Modules/cstubs
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/cstubs')
-rw-r--r--Modules/cstubs15
1 files changed, 2 insertions, 13 deletions
diff --git a/Modules/cstubs b/Modules/cstubs
index f0f5ade..88a77bc 100644
--- a/Modules/cstubs
+++ b/Modules/cstubs
@@ -25,24 +25,13 @@ Each definition must be contained on one line:
N*retval
*/
-#include <stdio.h>
#include <gl.h>
#include <device.h>
-#include "PROTO.h"
-#include "object.h"
-#include "intobject.h"
-#include "floatobject.h"
-#include "listobject.h"
-#include "tupleobject.h"
-#include "dictobject.h"
-#include "methodobject.h"
-#include "moduleobject.h"
-#include "objimpl.h"
+
+#include "allobjects.h"
#include "import.h"
-#include "sigtype.h"
#include "modsupport.h"
#include "cgensupport.h"
-#include "errors.h"
/*
Some stubs are too complicated for the stub generator.