(trunk libT) remove obsolete #include -- clients.c doesn't need to #include <event.h>

This commit is contained in:
Charles Kerr 2010-04-23 16:35:11 +00:00
parent 75663defbc
commit 75d92bfb33
1 changed files with 3 additions and 5 deletions

View File

@ -12,16 +12,14 @@
/* thanks amc1! */
#include <ctype.h> /* isprint */
#include <ctype.h> /* isprint() */
#include <stdio.h>
#include <stdlib.h> /* strtol */
#include <stdlib.h> /* strtol() */
#include <string.h>
#include <event.h> /* evbuffer */
#include "transmission.h"
#include "clients.h"
#include "utils.h"
#include "utils.h" /* tr_snprintf(), tr_strlcpy() */
static int
charint( char ch )