]> granicus.if.org Git - transmission/commitdiff
(trunk, libT) #3833 'freespace rpc' 0001-Headers-clean-up.patch
authorJordan Lee <jordan@transmissionbt.com>
Sat, 29 Dec 2012 12:10:05 +0000 (12:10 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sat, 29 Dec 2012 12:10:05 +0000 (12:10 +0000)
libtransmission/platform.c

index 2179ee57ff118ab506a1d8aa3bfabc8c81892b38..337ee5a00b8a1bc081d944a48a3c74d10e6cf4e2 100644 (file)
@@ -12,7 +12,6 @@
 
 #ifndef WIN32
  #include <sys/types.h> /* types needed by quota.h */
- #include <sys/quota.h> /* quotactl */
  #ifdef __FreeBSD__
   #include <ufs/ufs/quota.h> /* quotactl() */
  #else
@@ -58,7 +57,6 @@
 #endif
 
 #include <sys/stat.h>
-#include <sys/types.h>
 #ifdef HAVE_SYS_STATVFS_H
  #include <sys/statvfs.h>
 #endif