]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: include headers at where they are used 40565/head
authorKefu Chai <kchai@redhat.com>
Fri, 2 Apr 2021 09:17:08 +0000 (17:17 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 2 Apr 2021 09:17:38 +0000 (17:17 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/osd_operations/peering_event.cc
src/crimson/osd/pg.h

index aa3fdec2155c21229475e22650207a8dbc885ce0..29b082687caa909f9337f0bb83e48b3ffb57a79b 100644 (file)
@@ -2,6 +2,7 @@
 // vim: ts=8 sw=2 smarttab
 
 #include <seastar/core/future.hh>
+#include <seastar/core/sleep.hh>
 
 #include "messages/MOSDPGLog.h"
 
index 346f60b9cdcaf4c7d8dbecbefa98d06aa5100444..adb44b20ef0998d81d6940b9688b1601f0c68e5b 100644 (file)
@@ -5,12 +5,10 @@
 
 #include <memory>
 #include <optional>
-#include <boost/intrusive_ptr.hpp>
 #include <boost/smart_ptr/intrusive_ref_counter.hpp>
 #include <boost/smart_ptr/local_shared_ptr.hpp>
 #include <seastar/core/future.hh>
 #include <seastar/core/shared_future.hh>
-#include <seastar/core/sleep.hh>
 
 #include "common/dout.h"
 #include "crimson/net/Fwd.h"