Skip to content

Commit

Permalink
Merge pull request #20537 from DWesl/cygwin-compile-fixes
Browse files Browse the repository at this point in the history
BLD: Move Python-including files to start of source.
  • Loading branch information
tylerjereddy committed Apr 20, 2024
2 parents 69f9431 + d7d878f commit 1cea374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scipy/io/_fast_matrix_market/src/_fmm_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Use of this source code is governed by the BSD 2-clause license found in the LICENSE.txt file.
// SPDX-License-Identifier: BSD-2-Clause

#include "_fmm_core.hpp"

#include <fast_matrix_market/types.hpp>
#include <cstdint>
namespace fast_matrix_market {
Expand All @@ -16,8 +18,6 @@ namespace fast_matrix_market {
}
#include <fast_matrix_market/fast_matrix_market.hpp>

#include "_fmm_core.hpp"

////////////////////////////////////////////////
//// Header methods
////////////////////////////////////////////////
Expand Down
4 changes: 2 additions & 2 deletions scipy/special/_wright.cxx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <complex>

#include "_wright.h"

#include <complex>

using namespace std;

extern "C" {
Expand Down

0 comments on commit 1cea374

Please sign in to comment.