From 0ca02602ec346de0cac7e55f6abe70b4d2266961 Mon Sep 17 00:00:00 2001 From: Bingran Hu Date: Wed, 17 Jul 2024 02:10:23 -0400 Subject: [PATCH] remove boost config hpp header as discussed --- components/core/src/clp/regex_utils/regex_translation_utils.cpp | 1 - components/core/src/clp/regex_utils/regex_translation_utils.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/components/core/src/clp/regex_utils/regex_translation_utils.cpp b/components/core/src/clp/regex_utils/regex_translation_utils.cpp index 735120c3b7..88227ad5b8 100644 --- a/components/core/src/clp/regex_utils/regex_translation_utils.cpp +++ b/components/core/src/clp/regex_utils/regex_translation_utils.cpp @@ -5,7 +5,6 @@ #include #include -#include #include #include "regex_utils/constants.hpp" diff --git a/components/core/src/clp/regex_utils/regex_translation_utils.hpp b/components/core/src/clp/regex_utils/regex_translation_utils.hpp index 67e086eaf2..e124b933e1 100644 --- a/components/core/src/clp/regex_utils/regex_translation_utils.hpp +++ b/components/core/src/clp/regex_utils/regex_translation_utils.hpp @@ -4,7 +4,6 @@ #include #include -#include #include #include "regex_utils/RegexToWildcardTranslatorConfig.hpp"