diff options
Diffstat (limited to 'Modules/_lsprof.c')
-rw-r--r-- | Modules/_lsprof.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_lsprof.c b/Modules/_lsprof.c index a5630c8cdb..048cfc8b74 100644 --- a/Modules/_lsprof.c +++ b/Modules/_lsprof.c @@ -1,5 +1,4 @@ #include "Python.h" -#include "compile.h" #include "frameobject.h" #include "rotatingtree.h" |