From 10bdc10cfeae5539a0d0ad1d28506534e9d1ff8e Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 1 Sep 2023 12:05:04 +0200 Subject: fmt: Fix includes to only bring in the core API There is no need to use the full format API, so avoid increasing the compile time gratuitously. --- src/buildtool/execution_api/execution_service/bytestream_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/execution_service/bytestream_server.cpp') diff --git a/src/buildtool/execution_api/execution_service/bytestream_server.cpp b/src/buildtool/execution_api/execution_service/bytestream_server.cpp index b450c697..476b8502 100644 --- a/src/buildtool/execution_api/execution_service/bytestream_server.cpp +++ b/src/buildtool/execution_api/execution_service/bytestream_server.cpp @@ -18,7 +18,7 @@ #include #include -#include "fmt/format.h" +#include "fmt/core.h" #include "src/buildtool/compatibility/native_support.hpp" #include "src/buildtool/execution_api/common/bytestream_common.hpp" #include "src/buildtool/storage/garbage_collector.hpp" -- cgit v1.2.3