(trunk libT) tweak #includes in announcer-http.c

This commit is contained in:
Jordan Lee 2011-03-13 14:33:28 +00:00
parent 4f6d031a9f
commit dc8e97eb43
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@
* $Id:$
*/
#include <limits.h> /* USHRT_MAX */
#include <event2/buffer.h>
#include <event2/http.h> /* for HTTP_OK */
@ -17,11 +19,11 @@
#include "transmission.h"
#include "announcer-common.h"
#include "limits.h"
#include "net.h" /* tr_globalIPv6() */
#include "peer-mgr.h" /* pex */
#include "torrent.h"
#include "trevent.h" /* tr_runInEventThread() */
#include "utils.h"
#include "web.h" /* tr_http_escape() */
#define dbgmsg( name, ... ) \