From 94026ccda9cf17d2c0063a8425ba093ba7e17dd3 Mon Sep 17 00:00:00 2001 From: zoeprieto Date: Wed, 14 Aug 2024 12:21:10 -0500 Subject: [PATCH] includes fix --- include/openmc/string_utils.h | 3 +-- src/string_utils.cpp | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/openmc/string_utils.h b/include/openmc/string_utils.h index c3df94e48fc..2e8b0d14f39 100644 --- a/include/openmc/string_utils.h +++ b/include/openmc/string_utils.h @@ -1,10 +1,9 @@ #ifndef OPENMC_STRING_UTILS_H #define OPENMC_STRING_UTILS_H +#include #include -#include "xtensor/xarray.hpp" - #include "openmc/vector.h" namespace openmc { diff --git a/src/string_utils.cpp b/src/string_utils.cpp index b81dbc3d6c7..74f048e8d24 100644 --- a/src/string_utils.cpp +++ b/src/string_utils.cpp @@ -2,9 +2,6 @@ #include // for equal #include // for tolower, isspace -#include - -#include "xtensor/xarray.hpp" namespace openmc {