From 86cd6e646e99f38da1992a048c64b464e873d8e8 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 21 Jan 1991 15:12:35 +0000 Subject: File name shortening. --- Python/ceval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/ceval.c') diff --git a/Python/ceval.c b/Python/ceval.c index bda9d5b4b2..53441bf720 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -8,7 +8,7 @@ #include "frameobject.h" #include "ceval.h" #include "opcode.h" -#include "builtinmodule.h" +#include "bltinmodule.h" #include "traceback.h" #ifndef NDEBUG -- cgit v1.2.1