(trunk libT) copyediting: clean up the "#include <event2/*>" directives in libtransmission's header files

This commit is contained in:
Jordan Lee 2011-03-24 22:45:04 +00:00
parent 375694eda9
commit f7005889d1
6 changed files with 6 additions and 6 deletions

View File

@ -16,6 +16,7 @@
#include <limits.h> /* UCHAR_MAX */
#include <string.h>
#include <event2/buffer.h>
#include <event2/event.h>
#include "transmission.h"

View File

@ -22,7 +22,9 @@
#endif
#include <event2/event.h>
#include <event2/buffer.h>
#include <event2/bufferevent.h>
#include <libutp/utp.h>
#include "transmission.h"

View File

@ -23,12 +23,8 @@
#include <assert.h>
#include <event2/buffer.h>
#include <event2/event.h>
#include "transmission.h"
#include "bandwidth.h"
#include "list.h" /* tr_list */
#include "net.h" /* tr_address */
#include "utils.h" /* tr_time() */
@ -36,6 +32,7 @@ struct evbuffer;
struct tr_bandwidth;
struct tr_crypto;
struct tr_peerIo;
struct tr_list;
/**
* @addtogroup networked_io Networked IO

View File

@ -26,7 +26,7 @@
#include "bitfield.h"
#include "bitset.h"
#include "history.h"
#include "net.h"
#include "net.h" /* tr_address */
#include "peer-common.h" /* struct peer_request */
/**

View File

@ -18,6 +18,7 @@
#include <stdlib.h>
#include <string.h>
#include <event2/buffer.h>
#include <event2/bufferevent.h>
#include <event2/event.h>

View File

@ -18,7 +18,6 @@
#define SHARED_H 1
#include "transmission.h"
#include "net.h"
/**
* @addtogroup port_forwarding Port Forwarding