summaryrefslogtreecommitdiff
path: root/src/test/osdc/object_cacher_stress.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/osdc/object_cacher_stress.cc')
-rw-r--r--src/test/osdc/object_cacher_stress.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/osdc/object_cacher_stress.cc b/src/test/osdc/object_cacher_stress.cc
index 30b71acbc9e..21b4e1ff989 100644
--- a/src/test/osdc/object_cacher_stress.cc
+++ b/src/test/osdc/object_cacher_stress.cc
@@ -8,18 +8,18 @@
#include <vector>
#include <boost/scoped_ptr.hpp>
+#include "include/atomic.h"
+#include "include/buffer.h"
+#include "include/Context.h"
+#include "include/stringify.h"
#include "common/ceph_argparse.h"
#include "common/common_init.h"
#include "common/config.h"
#include "common/Mutex.h"
#include "common/snap_types.h"
+#include "osdc/ObjectCacher.h"
#include "global/global_context.h"
#include "global/global_init.h"
-#include "include/atomic.h"
-#include "include/buffer.h"
-#include "include/Context.h"
-#include "include/stringify.h"
-#include "osdc/ObjectCacher.h"
#include "FakeWriteback.h"