From: Radoslaw Zarzynski Date: Tue, 21 Apr 2020 18:41:13 +0000 (+0200) Subject: osd: drop unneeded inclusion of boost::statechart in PG.h. X-Git-Tag: v16.1.0~2480^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34812%2Fhead;p=ceph.git osd: drop unneeded inclusion of boost::statechart in PG.h. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/osd/PG.h b/src/osd/PG.h index 2f384f582aa..cb647574dc4 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -15,13 +15,6 @@ #ifndef CEPH_PG_H #define CEPH_PG_H -#include -#include -#include -#include -#include -#include -#include #include #include #include "include/mempool.h"