summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-30 16:39:03 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-30 16:39:03 (GMT)
commit03eed4751240f4600f103a36a5d53ab921d9bb41 (patch)
tree9cd8f0ae74d7a75e3f861e6064643cd1acf09158 /Include
parentbe33c37faef8d71b95e4d5a3dcd040f8e8d6c2ca (diff)
downloadcpython-03eed4751240f4600f103a36a5d53ab921d9bb41.zip
cpython-03eed4751240f4600f103a36a5d53ab921d9bb41.tar.gz
cpython-03eed4751240f4600f103a36a5d53ab921d9bb41.tar.bz2
Added sliceobject.h.
Diffstat (limited to 'Include')
-rw-r--r--Include/allobjects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 641ffea..1f55d14 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -84,6 +84,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "fileobject.h"
#include "cobject.h"
#include "traceback.h"
+#include "sliceobject.h"
#include "errors.h"
#include "mymalloc.h"