Skip to content

Commit

Permalink
[example] Remove unnecessary include unistd.h from ?itersol.c
Browse files Browse the repository at this point in the history
Fixes broken Windows CI builds.
  • Loading branch information
gruenich committed Jul 22, 2024
1 parent 6f7ea89 commit 99e669c
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 99e669c

Please sign in to comment.