From: Max Kellermann Date: Sat, 26 Oct 2024 19:17:20 +0000 (+0200) Subject: mds/JournalPointer: include cleanup X-Git-Tag: v20.0.0~25^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e84be8741ffcf8a86fc5c95b903678b64fff79b;p=ceph.git mds/JournalPointer: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/mds/JournalPointer.cc b/src/mds/JournalPointer.cc index 797798aacb3f..c4b9c0980739 100644 --- a/src/mds/JournalPointer.cc +++ b/src/mds/JournalPointer.cc @@ -13,16 +13,15 @@ */ +#include "mds/JournalPointer.h" +#include "mds/mdstypes.h" + #include "common/debug.h" #include "common/errno.h" #include "common/Cond.h" #include "osdc/Objecter.h" -#include "mds/mdstypes.h" #include "msg/Messenger.h" -#include "mds/JournalPointer.h" - - #define dout_context g_ceph_context #define dout_subsys ceph_subsys_journaler #undef dout_prefix diff --git a/src/mds/JournalPointer.h b/src/mds/JournalPointer.h index 8d4708e1d091..ad706587f966 100644 --- a/src/mds/JournalPointer.h +++ b/src/mds/JournalPointer.h @@ -19,6 +19,7 @@ #include "include/encoding.h" #include "mdstypes.h" +class Context; class Objecter; // This always lives in the same location for a given MDS