Fix fmt headers includes (#3956)

This commit is contained in:
Hind-M 2025-05-28 09:54:46 +02:00 committed by GitHub
parent fb54852b92
commit a1a67608c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 4 additions and 7 deletions

View File

@ -11,6 +11,7 @@
#include <variant>
#include <fmt/core.h>
#include <fmt/format.h>
#include "mamba/specs/error.hpp"
#include "mamba/specs/glob_spec.hpp"

View File

@ -11,6 +11,7 @@
#include <string_view>
#include <fmt/core.h>
#include <fmt/format.h>
namespace mamba::specs
{

View File

@ -13,6 +13,7 @@
#include <string_view>
#include <fmt/core.h>
#include <fmt/format.h>
#include "mamba/specs/build_number_spec.hpp"
#include "mamba/specs/chimera_string_spec.hpp"

View File

@ -12,6 +12,7 @@
#include <string_view>
#include <fmt/core.h>
#include <fmt/format.h>
#include "mamba/specs/error.hpp"

View File

@ -8,8 +8,6 @@
#include <cassert>
#include <type_traits>
#include <fmt/format.h>
#include "mamba/specs/chimera_string_spec.hpp"
#include "mamba/specs/regex_spec.hpp"
#include "mamba/util/string.hpp"

View File

@ -4,8 +4,6 @@
//
// The full license is in the file LICENSE, distributed with this software.
#include <fmt/format.h>
#include "mamba/specs/glob_spec.hpp"
#include "mamba/util/parsers.hpp"
#include "mamba/util/string.hpp"

View File

@ -8,7 +8,6 @@
#include <string_view>
#include <tuple>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include "mamba/specs/archive.hpp"

View File

@ -8,8 +8,6 @@
#include <cassert>
#include <sstream>
#include <fmt/format.h>
#include "mamba/specs/regex_spec.hpp"
#include "mamba/util/string.hpp"