summaryrefslogtreecommitdiff
path: root/src/os/FlatIndex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/FlatIndex.cc')
-rw-r--r--src/os/FlatIndex.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/os/FlatIndex.cc b/src/os/FlatIndex.cc
index e6bf79d8145..aeb17695ba0 100644
--- a/src/os/FlatIndex.cc
+++ b/src/os/FlatIndex.cc
@@ -11,20 +11,21 @@
* Foundation. See file COPYING.
*
*/
+#include "osd/osd_types.h"
+
+#include <errno.h>
#if defined(__FreeBSD__)
#include <sys/cdefs.h>
#include <sys/param.h>
#endif
-#include "FlatIndex.h"
-#include "CollectionIndex.h"
#include "common/ceph_crypto.h"
-#include "osd/osd_types.h"
-#include <errno.h>
#include "chain_xattr.h"
+#include "FlatIndex.h"
+
using ceph::crypto::SHA1;
/*