]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/PGStateUtils.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / osd / PGStateUtils.h
index 46458d60251a7dcc7ab9cebf9f9df3edd00c6e3d..952464641f0a09cf610305e66533ffc5dcf62e85 100644 (file)
@@ -10,7 +10,6 @@
 #include <vector>
 #include <boost/circular_buffer.hpp>
 
-class PG;
 class PGStateHistory;
 
 struct EpochSource {
@@ -72,7 +71,7 @@ public:
     pi = nullptr;
   }
 
-  void dump(Formatter* f) const;
+  void dump(ceph::Formatter* f) const;
 
   const char *get_current_state() const {
     if (pi == nullptr) return "unknown";