Skip to content

Commit

Permalink
BLD: Move stdlib header after python-including headers in optimize/_p…
Browse files Browse the repository at this point in the history
…ava/pava_pybind.cpp
  • Loading branch information
DWesl authored Apr 17, 2024
1 parent b2e5acf commit 51c4405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/optimize/_pava/pava_pybind.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <tuple>
#include <pybind11/pybind11.h>
#include <pybind11/numpy.h>
#include <numpy/arrayobject.h>
#include <tuple>

namespace py = pybind11;

Expand Down

0 comments on commit 51c4405

Please sign in to comment.