diff options
author | Guido van Rossum <guido@python.org> | 1997-05-13 21:23:32 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-13 21:23:32 +0000 |
commit | 2ec9031b5589db81026f5fc3a11070002ec4d0d7 (patch) | |
tree | 40fddf2c29e1b92cadad9a25ff8f1393bea69d83 /Include/Python.h | |
parent | 96374322652039ce5f592bc03c9c9bd82471bb5a (diff) | |
download | cpython-git-2ec9031b5589db81026f5fc3a11070002ec4d0d7.tar.gz |
Subsumed mappingobject.h in dictobject.h.
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h index 3be6632399..a6b08f894b 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -74,7 +74,7 @@ PERFORMANCE OF THIS SOFTWARE. #include "stringobject.h" #include "tupleobject.h" #include "listobject.h" -#include "mappingobject.h" +#include "dictobject.h" #include "methodobject.h" #include "moduleobject.h" #include "funcobject.h" |