Patch #966493: Cleanup generator/eval_frame exposure.

This commit is contained in:
Martin v. Löwis 2004-06-27 15:43:12 +00:00
parent 634893d1a3
commit 8d97e33bb7
5 changed files with 13 additions and 18 deletions

View file

@ -99,6 +99,7 @@
#include "sliceobject.h"
#include "cellobject.h"
#include "iterobject.h"
#include "genobject.h"
#include "descrobject.h"
#include "weakrefobject.h"