Skip to content

Commit

Permalink
Removing unnecessary include.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Markert committed Apr 26, 2024
1 parent 56444c2 commit f1698a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/prologue.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end
const ptrdiff_t = Cptrdiff_t

# Definitions used from MPI.jl
using MPI: MPI, MPI_Datatype, MPI_Comm, MPI_Group, MPI_File
using MPI: MPI, MPI_Datatype, MPI_Comm, MPI_File

const MPI_COMM_WORLD = MPI.COMM_WORLD
const MPI_COMM_SELF = MPI.COMM_SELF
Expand Down
2 changes: 1 addition & 1 deletion src/Libt8.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end
const ptrdiff_t = Cptrdiff_t

# Definitions used from MPI.jl
using MPI: MPI, MPI_Datatype, MPI_Comm, MPI_Group, MPI_File
using MPI: MPI, MPI_Datatype, MPI_Comm, MPI_File

const MPI_COMM_WORLD = MPI.COMM_WORLD
const MPI_COMM_SELF = MPI.COMM_SELF
Expand Down

0 comments on commit f1698a5

Please sign in to comment.