diff options
Diffstat (limited to 'Objects/listobject.c')
-rw-r--r-- | Objects/listobject.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Objects/listobject.c b/Objects/listobject.c index 996c289..0f51735 100644 --- a/Objects/listobject.c +++ b/Objects/listobject.c @@ -26,8 +26,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "allobjects.h" #include "modsupport.h" -#include "compile.h" /* Needed by ceval.h */ -#include "ceval.h" /* For call_object() */ +#include "ceval.h" object * newlistobject(size) |