Added sliceobject.h.

This commit is contained in:
Guido van Rossum 1996-07-30 16:39:03 +00:00
parent be33c37fae
commit 03eed47512
1 changed files with 1 additions and 0 deletions

View File

@ -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"