diff --git a/include/openmc/settings.h b/include/openmc/settings.h index 650940c779..af74a442fb 100644 --- a/include/openmc/settings.h +++ b/include/openmc/settings.h @@ -15,10 +15,6 @@ #include "openmc/constants.h" -#ifdef LIBMESH -#include "libmesh/libmesh.h" -#endif - namespace openmc { //==============================================================================