summaryrefslogtreecommitdiffstats
path: root/fusetrace
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2012-11-28 13:57:09 +0100
committerSage Weil <sage@inktank.com>2012-11-28 17:25:32 +0100
commitf814afad706c3027d8b6f12b60b95a4bbb16aedf (patch)
tree15954539e18c0b07b37a5d7eb7da4a5de379752a /fusetrace
parentceph_syn.cc: remove twice included sys/stat.h (diff)
downloadceph-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.cc1
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>