mirror of https://github.com/mamba-org/mamba.git
Fix fmt headers includes (#3956)
This commit is contained in:
parent
fb54852b92
commit
a1a67608c2
|
@ -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"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include <string_view>
|
||||
|
||||
#include <fmt/core.h>
|
||||
#include <fmt/format.h>
|
||||
|
||||
namespace mamba::specs
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include <string_view>
|
||||
|
||||
#include <fmt/core.h>
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "mamba/specs/error.hpp"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#include <string_view>
|
||||
#include <tuple>
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <fmt/ranges.h>
|
||||
|
||||
#include "mamba/specs/archive.hpp"
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
#include <cassert>
|
||||
#include <sstream>
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "mamba/specs/regex_spec.hpp"
|
||||
#include "mamba/util/string.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue