From: Michal Jarzabek Date: Sat, 16 Apr 2016 22:23:00 +0000 (+0100) Subject: image_watcher/Notifier: remove header file X-Git-Tag: v11.0.0~871^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=52d01e9d359d852e306063dcbdeac33f751f1b95;p=ceph.git 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 --- 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