mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
(trunk libT) remove obsolete #include -- clients.c doesn't need to #include <event.h>
This commit is contained in:
parent
75663defbc
commit
75d92bfb33
1 changed files with 3 additions and 5 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue