From f42edc1324030104b23802ceec2c7b62d84657c3 Mon Sep 17 00:00:00 2001 From: SONOLET Aymeric Date: Thu, 12 Sep 2024 21:26:29 +0200 Subject: [PATCH] Revert "fix: add missing includes on some platforms" This reverts commit 3fd000ee9d64ca4816cb3cff813aed17c2a6c411. --- src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx | 1 - src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.cxx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx b/src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx index 722bfedbf..84930c509 100644 --- a/src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx +++ b/src/MEDCoupling/Test/MEDCouplingExamplesTest.cxx @@ -33,7 +33,6 @@ #include "MEDCouplingMultiFields.hxx" #include #include -#include #include #include #include diff --git a/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.cxx b/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.cxx index 4851bf15d..1c737c3c7 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.cxx +++ b/src/MEDPartitioner/MEDPARTITIONER_PTScotchGraph.cxx @@ -30,7 +30,6 @@ #include #include #include -#include #ifdef MED_ENABLE_PTSCOTCH extern "C" -- 2.39.2