From e6ce90dd782b4b11162f0ee0b073f8e561883729 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 28 Jun 2021 14:38:16 -0500 Subject: [PATCH] Removing unecessary DAGMC include from cross_sections.cpp --- src/cross_sections.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cross_sections.cpp b/src/cross_sections.cpp index 942b088d90..8124bd7947 100644 --- a/src/cross_sections.cpp +++ b/src/cross_sections.cpp @@ -3,9 +3,6 @@ #include "openmc/capi.h" #include "openmc/constants.h" #include "openmc/container_util.h" -#ifdef DAGMC -#include "openmc/dagmc.h" -#endif #include "openmc/error.h" #include "openmc/geometry_aux.h" #include "openmc/file_utils.h"