From 040c5b9bd42ff1ddafccd71c060400310fd1fa3f Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 7 Dec 2020 19:29:09 -0600 Subject: [PATCH] Removing libmesh include from settings header. --- include/openmc/settings.h | 4 ---- 1 file changed, 4 deletions(-) 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 { //==============================================================================