From 882137703096c8067a2a7c2f66948778e4641f54 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 3 Dec 2010 13:19:06 -0800 Subject: [PATCH] crypto: change include --- src/auth/Crypto.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/auth/Crypto.cc b/src/auth/Crypto.cc index 91bd0f89baf..467e086b3c9 100644 --- a/src/auth/Crypto.cc +++ b/src/auth/Crypto.cc @@ -12,9 +12,9 @@ */ #include "Crypto.h" -#include "cryptopp/modes.h" -#include "cryptopp/aes.h" -#include "cryptopp/filters.h" +#include +#include +#include #include "include/ceph_fs.h" #include "config.h"