Skip to content

Commit

Permalink
Merge pull request #147 from gruenich/feature/fix-windows-ci
Browse files Browse the repository at this point in the history
Fixes broken Windows CI builds.
  • Loading branch information
xiaoyeli authored Jul 24, 2024
2 parents f94da0c + ea1f06e commit b3f85b4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion EXAMPLE/citersol.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ at the top-level directory.
* \ingroup Example
*/

#include <unistd.h>
#include "slu_cdefs.h"

superlu_options_t *GLOBAL_OPTIONS;
Expand Down
1 change: 0 additions & 1 deletion EXAMPLE/ditersol.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ at the top-level directory.
* \ingroup Example
*/

#include <unistd.h>
#include "slu_ddefs.h"

superlu_options_t *GLOBAL_OPTIONS;
Expand Down
1 change: 0 additions & 1 deletion EXAMPLE/sitersol.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ at the top-level directory.
* \ingroup Example
*/

#include <unistd.h>
#include "slu_sdefs.h"

superlu_options_t *GLOBAL_OPTIONS;
Expand Down
1 change: 0 additions & 1 deletion EXAMPLE/zitersol.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ at the top-level directory.
* \ingroup Example
*/

#include <unistd.h>
#include "slu_zdefs.h"

superlu_options_t *GLOBAL_OPTIONS;
Expand Down

0 comments on commit b3f85b4

Please sign in to comment.