Skip to content

Commit

Permalink
python-to-nix: don't forward declare PyObject, doesn't work everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP committed Apr 14, 2023
1 parent 0ca1c82 commit 879901f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/src/internal/python-to-nix.hh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

struct PyObject;

#include <Python.h>
#include <eval.hh>
#include <optional>

Expand Down

0 comments on commit 879901f

Please sign in to comment.