From: Max Kellermann Date: Fri, 4 Oct 2024 20:29:38 +0000 (+0200) Subject: mds/LogEvent: include cleanup X-Git-Tag: v20.0.0~25^2~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b76c99bc320a5fba18999970ebac6cc517067bd4;p=ceph.git mds/LogEvent: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/mds/LogEvent.cc b/src/mds/LogEvent.cc index dcf2f9c7cffb..cd1fb067d27b 100644 --- a/src/mds/LogEvent.cc +++ b/src/mds/LogEvent.cc @@ -12,8 +12,9 @@ * */ -#include "common/config.h" #include "LogEvent.h" +#include "common/config.h" +#include "common/debug.h" #include "MDSRank.h" diff --git a/src/mds/LogEvent.h b/src/mds/LogEvent.h index 1e748d904fc8..d2759256d639 100644 --- a/src/mds/LogEvent.h +++ b/src/mds/LogEvent.h @@ -47,9 +47,13 @@ #include "include/buffer_fwd.h" -#include "include/Context.h" #include "include/utime.h" +#include +#include +#include +#include + class MDSRank; class LogSegment; class EMetaBlob;