From ad7872a0e368a02cda61948c8db3933eae7b2fbe Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 14 Dec 2023 09:11:49 -0600 Subject: [PATCH] refactor --- include/common.hpp | 1 + include/utils/string_utils.hpp | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/include/common.hpp b/include/common.hpp index d88f43a4..0b8a9eca 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -123,6 +123,7 @@ template #include #include #include +#include #include #include #include diff --git a/include/utils/string_utils.hpp b/include/utils/string_utils.hpp index 7afc0d08..ec1744eb 100644 --- a/include/utils/string_utils.hpp +++ b/include/utils/string_utils.hpp @@ -22,13 +22,6 @@ #ifndef INCLUDE_UTILS_STRING_UTILS_HPP_ #define INCLUDE_UTILS_STRING_UTILS_HPP_ -REPERTORY_IGNORE_WARNINGS_ENABLE() -#include -#include -#include -#include -REPERTORY_IGNORE_WARNINGS_DISABLE() - namespace repertory::utils::string { // Prototypes constexpr auto begins_with(std::string_view str, std::string_view val) -> bool {