Skip to content

Commit

Permalink
include Python.h before other includes
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Jul 13, 2023
1 parent df0f4a5 commit 508ec17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/include/python_action.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef PYTHON_ACTION_H
#define PYTHON_ACTION_H

#include <Python.h>
#include "pythontarget.h"
#include <structmember.h>
#include <stdbool.h>
#include "python_capsule_extension.h"
#include "lf_types.h"
#include "pythontarget.h"

extern PyTypeObject py_action_capsule_t;

Expand Down

0 comments on commit 508ec17

Please sign in to comment.