From 52d01e9d359d852e306063dcbdeac33f751f1b95 Mon Sep 17 00:00:00 2001 From: Michal Jarzabek Date: Sat, 16 Apr 2016 23:23:00 +0100 Subject: [PATCH] image_watcher/Notifier: remove header file Remove inclusion of buffer.h and instead just include forward declaration header - buffer_fwd.h Signed-off-by: Michal Jarzabek --- src/librbd/image_watcher/Notifier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librbd/image_watcher/Notifier.h b/src/librbd/image_watcher/Notifier.h index aa45a2e41f42..5470c185a8db 100644 --- a/src/librbd/image_watcher/Notifier.h +++ b/src/librbd/image_watcher/Notifier.h @@ -5,7 +5,7 @@ #define CEPH_LIBRBD_IMAGE_WATCHER_NOTIFIER_H #include "include/int_types.h" -#include "include/buffer.h" +#include "include/buffer_fwd.h" #include "include/Context.h" #include "common/Mutex.h" #include -- 2.47.3