From: Li Wang Date: Wed, 30 Nov 2016 07:03:09 +0000 (+0000) Subject: auth/Crypto.h: remove unneeded forward declaration X-Git-Tag: v11.1.0~6^2~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cdc0930a9527e36e7e359dc825a31b3dfe5793d6;p=ceph.git auth/Crypto.h: remove unneeded forward declaration Signed-off-by: Li Wang --- diff --git a/src/auth/Crypto.h b/src/auth/Crypto.h index c133e416d2ab..1c47f6efad19 100644 --- a/src/auth/Crypto.h +++ b/src/auth/Crypto.h @@ -23,7 +23,6 @@ #include class CephContext; -class CryptoHandler; class CryptoKeyContext; namespace ceph { class Formatter; }