ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit a365337cb9d934742f609e274d751fda63212f80
parent b194c09a7048582adc30dfae62c18c816191500c
Author: pranomostro <pranomestro@gmail.com>
Date:   Sat, 11 Feb 2017 01:00:02 +0100

Remove unnecessary include.

Diffstat:
Mratox.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/ratox.c b/ratox.c @@ -3,8 +3,6 @@ #include <sys/stat.h> #include <sys/types.h> -#include <arpa/inet.h> - #include <ctype.h> #include <dirent.h> #include <errno.h>