diff mbox

[01/30] fusetrace_ll.cc: remove twice included sys/time.h

Message ID 1354107458-30941-2-git-send-email-danny.al-gaaf@bisect.de (mailing list archive)
State New, archived
Headers show

Commit Message

Danny Al-Gaaf Nov. 28, 2012, 12:57 p.m. UTC
Fix includes: remove twice included sys/time.h

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
---
 fusetrace/fusetrace_ll.cc | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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>