clean up #includes a bit.

This commit is contained in:
Charles Kerr
2007-07-09 20:10:42 +00:00
parent 34b4d0b7f9
commit b79beeff66
18 changed files with 45 additions and 16 deletions

View File

@@ -24,6 +24,7 @@
#include <ctype.h> /* for isdigit */
#include "transmission.h"
#include "bencode.h"
/* setting to 1 to help expose bugs with tr_bencListAdd and tr_bencDictAdd */
#define LIST_SIZE 20 /* number of items to increment list/dict buffer by */