diff options
Diffstat (limited to 'src/test/crypto.cc')
-rw-r--r-- | src/test/crypto.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test/crypto.cc b/src/test/crypto.cc index 80a5495001d..fd63a9c4112 100644 --- a/src/test/crypto.cc +++ b/src/test/crypto.cc @@ -1,11 +1,12 @@ +#include "include/types.h" + #include <errno.h> #include <time.h> -#include "include/types.h" -#include "auth/Crypto.h" #include "common/ceph_crypto.h" +#include "auth/Crypto.h" -#include "test/unit.h" +#include "unit.h" class CryptoEnvironment: public ::testing::Environment { public: |