diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2012-11-28 13:57:09 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2012-11-28 17:25:32 +0100 |
commit | f814afad706c3027d8b6f12b60b95a4bbb16aedf (patch) | |
tree | 15954539e18c0b07b37a5d7eb7da4a5de379752a /fusetrace | |
parent | ceph_syn.cc: remove twice included sys/stat.h (diff) | |
download | ceph-f814afad706c3027d8b6f12b60b95a4bbb16aedf.tar.xz ceph-f814afad706c3027d8b6f12b60b95a4bbb16aedf.zip |
fusetrace_ll.cc: remove twice included sys/time.h
Fix includes: remove twice included sys/time.h
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'fusetrace')
-rw-r--r-- | fusetrace/fusetrace_ll.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fusetrace/fusetrace_ll.cc b/fusetrace/fusetrace_ll.cc index 9a0a0768440..1b0d45f3c2d 100644 --- a/fusetrace/fusetrace_ll.cc +++ b/fusetrace/fusetrace_ll.cc @@ -30,7 +30,6 @@ #ifdef HAVE_SETXATTR #include <sys/xattr.h> #endif -#include <sys/time.h> #include <time.h> |