Removing libmesh include from settings header.

This commit is contained in:
Patrick Shriwise 2020-12-07 19:29:09 -06:00
parent 341101e6f7
commit 040c5b9bd4

View file

@ -15,10 +15,6 @@
#include "openmc/constants.h"
#ifdef LIBMESH
#include "libmesh/libmesh.h"
#endif
namespace openmc {
//==============================================================================