summaryrefslogtreecommitdiff
path: root/src/auth/cephx/CephxKeyServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/cephx/CephxKeyServer.h')
-rw-r--r--src/auth/cephx/CephxKeyServer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auth/cephx/CephxKeyServer.h b/src/auth/cephx/CephxKeyServer.h
index 60b424b0bd5..05d9494928b 100644
--- a/src/auth/cephx/CephxKeyServer.h
+++ b/src/auth/cephx/CephxKeyServer.h
@@ -16,11 +16,11 @@
#define CEPH_KEYSSERVER_H
#include "common/config.h"
+#include "common/Timer.h"
-#include "auth/KeyRing.h"
-#include "CephxProtocol.h"
+#include "../KeyRing.h"
-#include "common/Timer.h"
+#include "CephxProtocol.h"
class CephContext;