summaryrefslogtreecommitdiff
path: root/src/mon/PGMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mon/PGMap.h')
-rw-r--r--src/mon/PGMap.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mon/PGMap.h b/src/mon/PGMap.h
index 5748101125b..ea83b1cd80e 100644
--- a/src/mon/PGMap.h
+++ b/src/mon/PGMap.h
@@ -21,11 +21,13 @@
#ifndef CEPH_PGMAP_H
#define CEPH_PGMAP_H
-#include "common/debug.h"
#include "osd/osd_types.h"
-#include "common/config.h"
+
#include <sstream>
+#include "common/debug.h"
+#include "common/config.h"
+
namespace ceph { class Formatter; }
class PGMap {