Removing unecessary DAGMC include from cross_sections.cpp

This commit is contained in:
Patrick Shriwise 2021-06-28 14:38:16 -05:00
parent d1df19a21f
commit e6ce90dd78

View file

@ -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"