1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

(trunk libT) minor #include cleanups

This commit is contained in:
Jordan Lee 2011-07-13 03:23:37 +00:00
parent a4e095b26f
commit de34a0545b
5 changed files with 8 additions and 9 deletions

View file

@ -34,11 +34,10 @@ int tr_ioRead( struct tr_torrent * tor,
uint32_t len, uint32_t len,
uint8_t * setme ); uint8_t * setme );
int int tr_ioPrefetch( tr_torrent * tor,
tr_ioPrefetch( tr_torrent * tor, tr_piece_index_t pieceIndex,
tr_piece_index_t pieceIndex, uint32_t begin,
uint32_t begin, uint32_t len );
uint32_t len );
/** /**
* Writes the block specified by the piece index, offset, and length. * Writes the block specified by the piece index, offset, and length.

View file

@ -29,7 +29,7 @@
#include "session.h" #include "session.h"
#include "bencode.h" #include "bencode.h"
#include "makemeta.h" #include "makemeta.h"
#include "platform.h" /* threads, locks, TR_PATH_MAX */ #include "platform.h" /* threads, locks */
#include "utils.h" /* buildpath */ #include "utils.h" /* buildpath */
#include "version.h" #include "version.h"

View file

@ -32,7 +32,7 @@
#include "fdlimit.h" #include "fdlimit.h"
#include "list.h" #include "list.h"
#include "net.h" #include "net.h"
#include "platform.h" #include "platform.h" /* tr_getWebClientDir() */
#include "ptrarray.h" #include "ptrarray.h"
#include "rpcimpl.h" #include "rpcimpl.h"
#include "rpc-server.h" #include "rpc-server.h"

View file

@ -37,7 +37,7 @@
#include "net.h" #include "net.h"
#include "peer-io.h" #include "peer-io.h"
#include "peer-mgr.h" #include "peer-mgr.h"
#include "platform.h" /* tr_lock */ #include "platform.h" /* tr_lock, tr_getTorrentDir(), tr_getFreeSpace() */
#include "port-forwarding.h" #include "port-forwarding.h"
#include "rpc-server.h" #include "rpc-server.h"
#include "session.h" #include "session.h"

View file

@ -58,7 +58,7 @@
#include "ConvertUTF.h" #include "ConvertUTF.h"
#include "list.h" #include "list.h"
#include "utils.h" #include "utils.h"
#include "platform.h" /* tr_lockLock() */ #include "platform.h" /* tr_lockLock(), TR_PATH_MAX */
#include "version.h" #include "version.h"