From 48ba7bde0074b74d0470c14abad5cae26adad807 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 27 Oct 2024 13:49:49 +0100 Subject: [PATCH] osd/ECCommon: include cleanup Signed-off-by: Max Kellermann --- src/osd/ECCommon.cc | 4 +++- src/osd/ECCommon.h | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/osd/ECCommon.cc b/src/osd/ECCommon.cc index 91f9b61a750e8..5525906686f3c 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 912668a0ca668..363f9890564ec 100644 --- a/src/osd/ECCommon.h +++ b/src/osd/ECCommon.h @@ -14,7 +14,6 @@ #pragma once -#include #include #include -- 2.39.5