diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-04 17:54:09 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-04 09:27:11 -0800 |
commit | e0acc330cb26e2cb47f21ce08b5bffc5c6c3c539 (patch) | |
tree | 785ac7c6bc7e8dad4c11cbc723d9c65502b9d452 | |
parent | c81a9d4ad4d970acb38f7ad8db6a13f50b31e65e (diff) | |
download | ceph-e0acc330cb26e2cb47f21ce08b5bffc5c6c3c539.tar.gz |
xattr_bench.cc: remove twice included <time.h>
Cleanup includes, remove twice included <time.h>.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r-- | src/test/xattr_bench.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/xattr_bench.cc b/src/test/xattr_bench.cc index 3a4b4236dad..d212f55b65c 100644 --- a/src/test/xattr_bench.cc +++ b/src/test/xattr_bench.cc @@ -17,7 +17,6 @@ #include <string.h> #include <iostream> #include <sstream> -#include <time.h> #include "os/FileStore.h" #include "include/Context.h" #include "common/ceph_argparse.h" |