diff options
Diffstat (limited to 'src/osd/Watch.cc')
-rw-r--r-- | src/osd/Watch.cc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/osd/Watch.cc b/src/osd/Watch.cc index da90cef4103..719c8d80816 100644 --- a/src/osd/Watch.cc +++ b/src/osd/Watch.cc @@ -1,15 +1,9 @@ - -#include "PG.h" - #include "include/types.h" -#include <map> - -#include "OSD.h" +#include "PG.h" #include "ReplicatedPG.h" -#include "Watch.h" -#include "common/config.h" +#include "Watch.h" bool Watch::ack_notification(entity_name_t& watcher, Notification *notif) { |