From 2b5fbc050c0e455f0e55975da54e0d2f14c49e5d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Dec 2024 22:45:14 +0100 Subject: [PATCH] common/Finisher: remove unnecessary include Signed-off-by: Max Kellermann --- src/common/Finisher.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/Finisher.h b/src/common/Finisher.h index 1d589ca25e5e..8b5d37d076e8 100644 --- a/src/common/Finisher.h +++ b/src/common/Finisher.h @@ -16,7 +16,6 @@ #define CEPH_FINISHER_H #include "include/Context.h" -#include "include/common_fwd.h" #include "common/Thread.h" #include "common/ceph_mutex.h" #include "common/Cond.h" -- 2.47.3