Log, client/Response, io/BufferedOutputStream: remove unnecessary libfmt include

This commit is contained in:
Max Kellermann 2022-11-28 19:03:12 +01:00
parent 7f3868727b
commit 88d5347d94
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
#include "LogLevel.hxx"
#include <fmt/core.h>
#if FMT_VERSION >= 80000
#if FMT_VERSION >= 80000 && FMT_VERSION < 90000
#include <fmt/format.h>
#endif

View File

@ -23,7 +23,7 @@
#include "protocol/Ack.hxx"
#include <fmt/core.h>
#if FMT_VERSION >= 80000
#if FMT_VERSION >= 80000 && FMT_VERSION < 90000
#include <fmt/format.h>
#endif

View File

@ -34,7 +34,7 @@
#include "util/DynamicFifoBuffer.hxx"
#include <fmt/core.h>
#if FMT_VERSION >= 80000
#if FMT_VERSION >= 80000 && FMT_VERSION < 90000
#include <fmt/format.h>
#endif