Skip to content

Commit ced48b0

Browse files
committed
Remove an expensive include from LinAlg::Map
1 parent 3ab9f16 commit ced48b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/linalg/src/sparse/4C_linalg_map.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212
#include "4C_config.hpp"
1313

14-
#include "4C_comm_mpi_utils.hpp"
15-
1614
#include <Epetra_Comm.h>
1715
#include <Epetra_Map.h>
16+
#include <mpi.h>
1817

1918
#include <memory>
2019

0 commit comments

Comments
 (0)