]> granicus.if.org Git - transmission/commitdiff
in metainfo.c, don't include sys/stat.h anymore, it's unneeded after r13633
authorJordan Lee <jordan@transmissionbt.com>
Sun, 9 Dec 2012 22:05:31 +0000 (22:05 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sun, 9 Dec 2012 22:05:31 +0000 (22:05 +0000)
libtransmission/metainfo.c

index 71ac7903e5c54301e5f46bea74028d13f1506ebd..cd3cce7d9d3563e9339e4f874e37bfb2b3a25d71 100644 (file)
@@ -16,7 +16,6 @@
 #include <string.h> /* strlen () */
 
 #include <sys/types.h>
-#include <sys/stat.h>
 #include <unistd.h> /* unlink, stat */
 
 #include <event2/buffer.h>