1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

remove unneeded include

This commit is contained in:
Jordan Lee 2011-04-04 21:42:04 +00:00
parent d233ea82e7
commit 17894f258c

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 */