(trunk libT) move tr_bitfield into its own, package-visible source files. this may break the mac build temporarily until the xcode file gets synced

This commit is contained in:
Charles Kerr
2009-06-15 00:11:06 +00:00
parent 2e23c8fade
commit 8e676171d4
8 changed files with 318 additions and 297 deletions

View File

@@ -1,6 +1,8 @@
#include <stdio.h> /* fprintf */
#include <string.h> /* strcmp */
#include "transmission.h"
#include "bitfield.h"
#include "ConvertUTF.h" /* tr_utf8_validate*/
#include "platform.h"
#include "utils.h"