Skip to content

Commit 48ba7bd

Browse files
committed
osd/ECCommon: include cleanup
Signed-off-by: Max Kellermann <[email protected]>
1 parent f27dffa commit 48ba7bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/osd/ECCommon.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,19 @@
1212
*
1313
*/
1414

15+
#include "ECCommon.h"
16+
1517
#include <iostream>
1618
#include <sstream>
1719

18-
#include "ECCommon.h"
1920
#include "ECInject.h"
2021
#include "messages/MOSDPGPush.h"
2122
#include "messages/MOSDPGPushReply.h"
2223
#include "messages/MOSDECSubOpWrite.h"
2324
#include "messages/MOSDECSubOpWriteReply.h"
2425
#include "messages/MOSDECSubOpRead.h"
2526
#include "messages/MOSDECSubOpReadReply.h"
27+
#include "common/debug.h"
2628
#include "ECMsgTypes.h"
2729
#include "PGLog.h"
2830

src/osd/ECCommon.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#pragma once
1616

17-
#include <boost/intrusive/set.hpp>
1817
#include <boost/intrusive/list.hpp>
1918
#include <fmt/format.h>
2019

0 commit comments

Comments
 (0)