From d730b907591fe1f09b5d2315c218fae4dd7c8006 Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Sun, 20 Feb 2022 15:30:27 -0600 Subject: [PATCH] first pass at cleaning up dagmc headers --- src/dagmc/DagMC.cpp | 8 ++++++++ src/dagmc/DagMC.hpp | 11 ----------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/src/dagmc/DagMC.cpp b/src/dagmc/DagMC.cpp index c4e0494e4..6118158d1 100644 --- a/src/dagmc/DagMC.cpp +++ b/src/dagmc/DagMC.cpp @@ -16,6 +16,14 @@ #include #include + +#include "moab/CartVect.hpp" +#include "moab/FileOptions.hpp" +#include "moab/GeomTopoTool.hpp" +#include "moab/GeomQueryTool.hpp" +#include "moab/GeomUtil.hpp" +#include "moab/Range.hpp" + #ifdef DOUBLE_DOWN #include "double_down/RTI.hpp" #endif diff --git a/src/dagmc/DagMC.hpp b/src/dagmc/DagMC.hpp index c4f28f2bc..e8e85a172 100644 --- a/src/dagmc/DagMC.hpp +++ b/src/dagmc/DagMC.hpp @@ -11,18 +11,7 @@ #include #include "DagMCVersion.hpp" -#include "MBTagConventions.hpp" -#include "logger.hpp" -#include "moab/CartVect.hpp" -#include "moab/Core.hpp" -#include "moab/FileOptions.hpp" -#include "moab/GeomQueryTool.hpp" -#include "moab/GeomTopoTool.hpp" -#include "moab/GeomUtil.hpp" #include "moab/Interface.hpp" -#include "moab/Range.hpp" - -class RefEntity; struct DagmcVolData { int mat_id;