From: Li Wang
Date: Wed, 30 Nov 2016 03:29:59 +0000 (+0000)
Subject: auth/AuthClientHandler.h: remove unneeded forward declaration
X-Git-Tag: v11.1.0~6^2~12
X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aebe74641bdefa977bcaf470c119066a72dbc71b;p=ceph.git
auth/AuthClientHandler.h: remove unneeded forward declaration
Signed-off-by: Li Wang
---
diff --git a/src/auth/AuthClientHandler.h b/src/auth/AuthClientHandler.h
index 69fbd6aeade..52ba41abc85 100644
--- a/src/auth/AuthClientHandler.h
+++ b/src/auth/AuthClientHandler.h
@@ -21,7 +21,6 @@
class CephContext;
struct MAuthReply;
-class AuthClientHandler;
class RotatingKeyRing;
class AuthClientHandler {