Skip to content

Commit 367f877

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/osd/PGBackend.cc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@
1515
*
1616
*/
1717

18-
18+
#include "PGBackend.h"
19+
#include "common/debug.h"
1920
#include "common/errno.h"
2021
#include "common/scrub_types.h"
22+
#include "include/random.h" // for ceph::util::generate_random_number()
2123
#include "ReplicatedBackend.h"
2224
#include "osd/scrubber/ScrubStore.h"
25+
#include "ECBackend.h"
2326
#include "ECSwitch.h"
24-
#include "PGBackend.h"
2527
#include "OSD.h"
2628
#include "erasure-code/ErasureCodePlugin.h"
2729
#include "OSDMap.h"

0 commit comments

Comments
 (0)