]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
image_watcher/Notifier: remove header file 8631/head
authorMichal Jarzabek <stiopa@gmail.com>
Sat, 16 Apr 2016 22:23:00 +0000 (23:23 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Sat, 16 Apr 2016 22:23:00 +0000 (23:23 +0100)
Remove inclusion of buffer.h and instead just include forward
declaration header - buffer_fwd.h

Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/librbd/image_watcher/Notifier.h

index aa45a2e41f42de65f37db8524ce43f4b57429c17..5470c185a8dbf20a3b23983ce13aa3b8b34ce460 100644 (file)
@@ -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 <list>