diff options
Diffstat (limited to 'src/auth/KeyRing.h')
-rw-r--r-- | src/auth/KeyRing.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/auth/KeyRing.h b/src/auth/KeyRing.h index fe1d2de7f1e..b1e90fbe274 100644 --- a/src/auth/KeyRing.h +++ b/src/auth/KeyRing.h @@ -15,10 +15,8 @@ #ifndef CEPH_KEYRING_H #define CEPH_KEYRING_H -#include "common/config.h" - -#include "auth/Crypto.h" -#include "auth/Auth.h" +#include "Crypto.h" +#include "Auth.h" class md_config_t; |