Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

BLD: do not include now private header files #188

Merged
merged 1 commit into from
May 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ast27/Include/compile.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#ifndef Ta27_COMPILE_H
#define Ta27_COMPILE_H

#include "code.h"
#include "Python.h"

#ifdef __cplusplus
extern "C" {
Expand Down