Remove unneeded <regex> includes (#5851)

* Remove unneeded <regex> includes

* Fix build (hopefully)
This commit is contained in:
Robert Schulze 2024-07-31 22:07:47 +02:00 committed by GitHub
parent ec6a66d53e
commit 401b97e0ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@
#include <fstream>
#include <iostream>
#include <regex>
#include <stdexcept>
#include <string>

View File

@ -10,7 +10,6 @@
#include <azure/core/tracing/opentelemetry/opentelemetry.hpp>
#include <chrono>
#include <regex>
#include <gtest/gtest.h>
#if defined(_MSC_VER)

View File

@ -6,7 +6,6 @@
#include "azure/core/url.hpp"
#include <iterator>
#include <regex>
#include <sstream>
namespace {