From cdc0930a9527e36e7e359dc825a31b3dfe5793d6 Mon Sep 17 00:00:00 2001
From: Li Wang
Date: Wed, 30 Nov 2016 07:03:09 +0000
Subject: [PATCH] auth/Crypto.h: remove unneeded forward declaration
Signed-off-by: Li Wang
---
src/auth/Crypto.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/auth/Crypto.h b/src/auth/Crypto.h
index c133e416d2a..1c47f6efad1 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; }
--
2.47.3