(trunk libT) copyediting: '#include "crypto.h"' cleanup

This commit is contained in:
Jordan Lee 2011-03-25 01:21:31 +00:00
parent 87ef45cf3d
commit 324f0f470c
10 changed files with 7 additions and 17 deletions

View File

@ -21,7 +21,7 @@
#include "transmission.h"
#include "announcer.h"
#include "announcer-common.h"
#include "crypto.h"
#include "crypto.h" /* tr_cryptoRandBuf() */
#include "peer-io.h"
#include "peer-mgr.h" /* tr_peerMgrCompactToPex() */
#include "ptrarray.h"

View File

@ -24,7 +24,7 @@
#include "transmission.h"
#include "announcer.h"
#include "announcer-common.h"
#include "crypto.h"
#include "crypto.h" /* tr_cryptoRandInt(), tr_cryptoWeakRandInt() */
#include "peer-mgr.h" /* tr_peerMgrCompactToPex() */
#include "ptrarray.h"
#include "session.h"

View File

@ -16,10 +16,8 @@
#include "transmission.h"
#include "bandwidth.h"
#include "crypto.h"
#include "crypto.h" /* tr_cryptoWeakRandInt() */
#include "peer-io.h"
#include "ptrarray.h"
#include "session.h"
#include "utils.h"
#define dbgmsg( ... ) \

View File

@ -21,12 +21,6 @@
#include "utils.h" /* TR_GNUC_NULL_TERMINATED */
/**
***
**/
struct evbuffer;
/**
*** @addtogroup peers
*** @{

View File

@ -19,7 +19,6 @@
#include "transmission.h"
#include "cache.h"
#include "crypto.h"
#include "fdlimit.h"
#include "inout.h"
#include "peer-common.h" /* MAX_BLOCK_SIZE */

View File

@ -26,7 +26,7 @@
#include "bencode.h"
#include "cache.h"
#include "completion.h"
#include "crypto.h"
#include "crypto.h" /* tr_sha1() */
#ifdef WIN32
#include "net.h" /* for ECONN */
#endif

View File

@ -28,7 +28,7 @@
#include "transmission.h"
#include "bencode.h"
#include "crypto.h"
#include "crypto.h" /* tr_cryptoRandBuf(), tr_ssha1_matches() */
#include "fdlimit.h"
#include "list.h"
#include "net.h"

View File

@ -18,7 +18,7 @@
#include "transmission.h"
#include "bencode.h"
#include "crypto.h"
#include "crypto.h" /* tr_sha1() */
#include "magnet.h"
#include "metainfo.h"
#include "resume.h"

View File

@ -48,7 +48,6 @@ THE SOFTWARE.
/* libT */
#include "transmission.h"
#include "crypto.h"
#include "net.h"
#include "peer-mgr.h" /* tr_peerMgrAddPex() */
#include "session.h"

View File

@ -30,7 +30,7 @@ THE SOFTWARE.
#include "transmission.h"
#include "net.h"
#include "session.h"
#include "crypto.h"
#include "crypto.h" /* tr_cryptoWeakRandInt() */
#include "peer-io.h"
#include "peer-mgr.h"
#include "tr-utp.h"