summaryrefslogtreecommitdiff
path: root/src/test/filestore/workload_generator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/filestore/workload_generator.cc')
-rw-r--r--src/test/filestore/workload_generator.cc11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/test/filestore/workload_generator.cc b/src/test/filestore/workload_generator.cc
index 9f8a4692d88..b2ee1e07210 100644
--- a/src/test/filestore/workload_generator.cc
+++ b/src/test/filestore/workload_generator.cc
@@ -19,17 +19,14 @@
#include <signal.h>
#include <cctype>
#include <errno.h>
-#include <sys/time.h>
-#include "os/FileStore.h"
+#include <boost/lexical_cast.hpp>
+
+#include "include/assert.h"
#include "common/ceph_argparse.h"
#include "global/global_init.h"
#include "global/debug.h"
-#include <boost/scoped_ptr.hpp>
-#include <boost/lexical_cast.hpp>
-#include "workload_generator.h"
-#include "include/assert.h"
-#include "TestFileStoreState.h"
+#include "workload_generator.h"
static const char *our_name = NULL;
void usage();