summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/execution_service/execution_server.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-09-01 12:05:04 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-09-01 13:03:51 +0200
commit10bdc10cfeae5539a0d0ad1d28506534e9d1ff8e (patch)
tree213b4c77a668b767e6f6bcddb6d33a80e49cf368 /src/buildtool/execution_api/execution_service/execution_server.cpp
parentf969ab6c3d1c4e38f0c73ccfb4f6ebbe3ed9286a (diff)
downloadjustbuild-10bdc10cfeae5539a0d0ad1d28506534e9d1ff8e.tar.gz
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.
Diffstat (limited to 'src/buildtool/execution_api/execution_service/execution_server.cpp')
-rw-r--r--src/buildtool/execution_api/execution_service/execution_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/execution_service/execution_server.cpp b/src/buildtool/execution_api/execution_service/execution_server.cpp
index f2436684..9705ad57 100644
--- a/src/buildtool/execution_api/execution_service/execution_server.cpp
+++ b/src/buildtool/execution_api/execution_service/execution_server.cpp
@@ -21,7 +21,7 @@
#include <utility>
#include "execution_server.hpp"
-#include "fmt/format.h"
+#include "fmt/core.h"
#include "gsl/gsl"
#include "src/buildtool/execution_api/execution_service/operation_cache.hpp"
#include "src/buildtool/file_system/file_system_manager.hpp"