From: Li Wang Date: Thu, 1 Dec 2016 03:30:40 +0000 (+0000) Subject: librbd/ImageCtx: remove unneeded forward declaration X-Git-Tag: v11.1.0~6^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=43c72fbf5f6f9a8e15c9f3d80b510c2a81e102a7;p=ceph.git librbd/ImageCtx: remove unneeded forward declaration Signed-off-by: Li Wang --- diff --git a/src/librbd/ImageCtx.h b/src/librbd/ImageCtx.h index ff60498aaf7c..fc5702025fb0 100644 --- a/src/librbd/ImageCtx.h +++ b/src/librbd/ImageCtx.h @@ -38,7 +38,6 @@ class SafeTimer; namespace librbd { - struct ImageCtx; class AioCompletion; class AioImageRequestWQ; class AsyncOperation;