summaryrefslogtreecommitdiffstats
path: root/Include/allobjects.h
blob: 7296d5915464dd52b176c0b1b24a92b9bbfdff36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* "allobjects.c" -- Source for precompiled header "allobjects.h" */

#include <stdio.h>
#include <string.h>

#include "PROTO.h"

#include "object.h"
#include "objimpl.h"

#include "intobject.h"
#include "floatobject.h"
#include "stringobject.h"
#include "tupleobject.h"
#include "listobject.h"
#include "dictobject.h"
#include "methodobject.h"
#include "moduleobject.h"
#include "funcobject.h"
#include "classobject.h"
#include "fileobject.h"

#include "errors.h"
#include "malloc.h"

extern char *strdup PROTO((const char *));