$ git clone http://tcclient.ion.nu/tc_client.git
commit 8d53e86a5a10104c37c56084868709836eaec069
Author: Alicia <...>
Date: Thu Dec 29 23:34:18 2016 +0100
Cleaned up no-longer-needed headers in client.c
diff --git a/ChangeLog b/ChangeLog
index 76fdb90..1225fa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
Improved RTMP compatibility by responding to RTMP ping requests and always starting new chunk streams with a format 0 packet.
Added some basic support for kageshi (using the -s/--site option)
Small bugfix regarding outgoing streams.
+Cleaned up no-longer-needed headers in client.c
0.41.1:
Use tinychat.com instead of apl.tinychat.com (works around SSL/TLS issues on windows)
0.41:
diff --git a/client.c b/client.c
index cf36e2b..eabc11f 100644
--- a/client.c
+++ b/client.c
@@ -25,16 +25,13 @@
#include <netinet/in.h>
#include <netdb.h>
#include <poll.h>
-#include <sys/socket.h>
#include <locale.h>
#include <ctype.h>
#include <termios.h>
#include <curl/curl.h>
-#include "numlist.h"
#include "idlist.h"
#include "colors.h"
#include "media.h"
-#include "amfwriter.h"
#include "utilities/compat.h"
#include "client.h"