diff options
author | Sage Weil <sage.weil@dreamhost.com> | 2012-04-29 09:00:09 -0700 |
---|---|---|
committer | Sage Weil <sage.weil@dreamhost.com> | 2012-04-29 09:03:23 -0700 |
commit | 4ae857cb121fc89f1fc6c58d8a55b94e3b8b93dc (patch) | |
tree | 9b3b43060fdf22f21816a195fefbeb2cf5426d14 | |
parent | d48549d5b95712015438c8a4a409d98041eb84c0 (diff) | |
download | ceph-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.cc | 1 | ||||
-rw-r--r-- | src/mon/LogMonitor.cc | 1 | ||||
-rw-r--r-- | src/mon/PGMonitor.cc | 1 |
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" |