(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,
uint8_t * setme );
int
tr_ioPrefetch( tr_torrent * tor,
tr_piece_index_t pieceIndex,
uint32_t begin,
uint32_t len );
int tr_ioPrefetch( tr_torrent * tor,
tr_piece_index_t pieceIndex,
uint32_t begin,
uint32_t len );
/**
* Writes the block specified by the piece index, offset, and length.

View File

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

View File

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

View File

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

View File

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