Ignore:
Timestamp:
Jul 29, 2007, 6:11:21 PM (16 years ago)
Author:
charles
Message:

this looks bug but it's not: just janitorial cleanup, moving #includes from headers into source file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/natpmp.c

    r2343 r2544  
    2222 * DEALINGS IN THE SOFTWARE.
    2323 *****************************************************************************/
     24
     25#include <assert.h>
     26#include <errno.h>
     27#include <stdlib.h>
     28#include <string.h>
     29#include <time.h>
    2430
    2531#include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.