remove unneeded include

This commit is contained in:
Jordan Lee 2011-04-04 21:42:04 +00:00
parent d233ea82e7
commit 17894f258c
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#ifndef TR_BITFIELD_H
#define TR_BITFIELD_H 1
#include <assert.h>
#include "transmission.h"
/** @brief Implementation of the BitTorrent spec's Bitfield array of bits */