From: Max Kellermann Date: Sun, 27 Oct 2024 12:49:49 +0000 (+0100) Subject: osd/ECCommon: include cleanup X-Git-Tag: testing/wip-vshankar-testing-20250407.170244-debug~45^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=48ba7bde0074b74d0470c14abad5cae26adad807;p=ceph-ci.git osd/ECCommon: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/osd/ECCommon.cc b/src/osd/ECCommon.cc index 91f9b61a750..5525906686f 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 912668a0ca6..363f9890564 100644 --- a/src/osd/ECCommon.h +++ b/src/osd/ECCommon.h @@ -14,7 +14,6 @@ #pragma once -#include #include #include