Fixing dagmc header includes after rebase.

This commit is contained in:
Patrick Shriwise 2021-05-19 20:33:34 -05:00
parent a754f34e60
commit ff69f5a07a
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@
#include "hdf5.h"
#include "pugixml.hpp"
#include "dagmc.h"
#include "openmc/boundary_condition.h"
#include "openmc/constants.h"
#include "openmc/memory.h" // for unique_ptr

View file

@ -9,7 +9,6 @@
#include "openmc/array.h"
#include "openmc/container_util.h"
#include "openmc/dagmc.h"
#include "openmc/error.h"
#include "openmc/hdf5_interface.h"
#include "openmc/math_functions.h"