From: Max Kellermann Date: Sun, 27 Oct 2024 12:49:49 +0000 (+0100) Subject: osd/ECCommon: include cleanup X-Git-Tag: v20.3.0~198^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=48ba7bde0074b74d0470c14abad5cae26adad807;p=ceph.git osd/ECCommon: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/osd/ECCommon.cc b/src/osd/ECCommon.cc index 91f9b61a750e..5525906686f3 100644 --- a/src/osd/ECCommon.cc +++ b/src/osd/ECCommon.cc @@ -12,10 +12,11 @@ * */ +#include "ECCommon.h" + #include #include -#include "ECCommon.h" #include "ECInject.h" #include "messages/MOSDPGPush.h" #include "messages/MOSDPGPushReply.h" @@ -23,6 +24,7 @@ #include "messages/MOSDECSubOpWriteReply.h" #include "messages/MOSDECSubOpRead.h" #include "messages/MOSDECSubOpReadReply.h" +#include "common/debug.h" #include "ECMsgTypes.h" #include "PGLog.h" diff --git a/src/osd/ECCommon.h b/src/osd/ECCommon.h index 912668a0ca66..363f9890564e 100644 --- a/src/osd/ECCommon.h +++ b/src/osd/ECCommon.h @@ -14,7 +14,6 @@ #pragma once -#include #include #include