Changeset 12150


Ignore:
Timestamp:
Mar 13, 2011, 2:33:28 PM (12 years ago)
Author:
jordan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/announcer-http.c

    r12147 r12150  
    1111 */
    1212
     13#include <limits.h> /* USHRT_MAX */
     14
    1315#include <event2/buffer.h>
    1416#include <event2/http.h> /* for HTTP_OK */
     
    1820#include "transmission.h"
    1921#include "announcer-common.h"
    20 #include "limits.h"
    2122#include "net.h" /* tr_globalIPv6() */
    2223#include "peer-mgr.h" /* pex */
    2324#include "torrent.h"
    2425#include "trevent.h" /* tr_runInEventThread() */
     26#include "utils.h"
    2527#include "web.h" /* tr_http_escape() */
    2628
Note: See TracChangeset for help on using the changeset viewer.