]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/ECCommon: include cleanup
authorMax Kellermann <max.kellermann@ionos.com>
Sun, 27 Oct 2024 12:49:49 +0000 (13:49 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Sun, 30 Mar 2025 21:00:10 +0000 (23:00 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/osd/ECCommon.cc
src/osd/ECCommon.h

index 91f9b61a750e858ae203249cb7f3c798df990f41..5525906686f3cb9b746457491b8b07c06da299a8 100644 (file)
  *
  */
 
+#include "ECCommon.h"
+
 #include <iostream>
 #include <sstream>
 
-#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"
 
index 912668a0ca668fd3f424379f15b9c66006d0fe29..363f9890564ec9befdeabdf675260a3c9cbd8b87 100644 (file)
@@ -14,7 +14,6 @@
 
 #pragma once
 
-#include <boost/intrusive/set.hpp>
 #include <boost/intrusive/list.hpp>
 #include <fmt/format.h>