diff --git a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C index 31cef4111d..29f1f6b09a 100644 --- a/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C +++ b/src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C @@ -121,9 +121,9 @@ License extern "C" { -#include -#include "mpi.h" -#include "ptscotch.h" + #include + #include + #include "ptscotch.h" }