Fix includes: remove twice included sys/time.h Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- fusetrace/fusetrace_ll.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/fusetrace/fusetrace_ll.cc b/fusetrace/fusetrace_ll.cc index 9a0a076..1b0d45f 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> -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html