diff options
Diffstat (limited to 'src/os/ObjectStore.h')
-rw-r--r-- | src/os/ObjectStore.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index a1cb21c0326..e37aaf8ee48 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -14,12 +14,8 @@ #ifndef CEPH_OBJECTSTORE_H #define CEPH_OBJECTSTORE_H -#include "include/Context.h" -#include "include/buffer.h" #include "include/types.h" #include "osd/osd_types.h" -#include "common/TrackedOp.h" -#include "ObjectMap.h" #include <errno.h> #include <sys/stat.h> @@ -31,6 +27,12 @@ #include <sys/vfs.h> /* or <sys/statfs.h> */ #endif /* DARWIN */ +#include "include/Context.h" +#include "include/buffer.h" +#include "common/TrackedOp.h" + +#include "ObjectMap.h" + using std::vector; using std::string; |