summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2012-04-29 09:00:09 -0700
committerSage Weil <sage.weil@dreamhost.com>2012-04-29 09:03:23 -0700
commit4ae857cb121fc89f1fc6c58d8a55b94e3b8b93dc (patch)
tree9b3b43060fdf22f21816a195fefbeb2cf5426d14
parentd48549d5b95712015438c8a4a409d98041eb84c0 (diff)
downloadceph-4ae857cb121fc89f1fc6c58d8a55b94e3b8b93dc.tar.gz
mon: drop obsolete osd/PG.h #includes
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
-rw-r--r--src/mon/AuthMonitor.cc1
-rw-r--r--src/mon/LogMonitor.cc1
-rw-r--r--src/mon/PGMonitor.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mon/AuthMonitor.cc b/src/mon/AuthMonitor.cc
index f76caa97372..683569bbaa9 100644
--- a/src/mon/AuthMonitor.cc
+++ b/src/mon/AuthMonitor.cc
@@ -29,7 +29,6 @@
#include "auth/KeyRing.h"
#include "osd/osd_types.h"
-#include "osd/PG.h" // yuck
#include "common/config.h"
#include <sstream>
diff --git a/src/mon/LogMonitor.cc b/src/mon/LogMonitor.cc
index e2b4867b44a..2db044c6d23 100644
--- a/src/mon/LogMonitor.cc
+++ b/src/mon/LogMonitor.cc
@@ -24,7 +24,6 @@
#include "common/Timer.h"
#include "osd/osd_types.h"
-#include "osd/PG.h" // yuck
#include "common/config.h"
#include <sstream>
diff --git a/src/mon/PGMonitor.cc b/src/mon/PGMonitor.cc
index c142cda519e..26ccf6bb1a9 100644
--- a/src/mon/PGMonitor.cc
+++ b/src/mon/PGMonitor.cc
@@ -36,7 +36,6 @@
#include "common/perf_counters.h"
#include "osd/osd_types.h"
-#include "osd/PG.h" // yuck
#include "common/config.h"
#include "common/errno.h"