From e24b0a8cbebee4e5dc9fa3c071753acbeb1bdde0 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 7 Nov 2024 11:41:12 +0100 Subject: execution_api/execution_service: Implement IWYU suggestions --- src/buildtool/execution_api/execution_service/operation_cache.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/buildtool/execution_api/execution_service/operation_cache.hpp') diff --git a/src/buildtool/execution_api/execution_service/operation_cache.hpp b/src/buildtool/execution_api/execution_service/operation_cache.hpp index 1d51854e..38500286 100644 --- a/src/buildtool/execution_api/execution_service/operation_cache.hpp +++ b/src/buildtool/execution_api/execution_service/operation_cache.hpp @@ -15,19 +15,17 @@ #ifndef OPERATION_CACHE_HPP #define OPERATION_CACHE_HPP -#include #include #include +#include #include #include #include #include -#include #include -#include +#include #include "google/longrunning/operations.pb.h" -#include "google/protobuf/timestamp.pb.h" class OperationCache final { using Operation = ::google::longrunning::Operation; -- cgit v1.2.3