aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtl_tcp.c
diff options
context:
space:
mode:
authorChristian Vogel <vogelchr@vogel.cx>2012-05-17 21:55:44 +0200
committerSteve Markgraf <steve@steve-m.de>2012-05-17 21:59:01 +0200
commit73f54be2ed33eb08ad8175b53e403037929a2d05 (patch)
tree66e6d83cc3bef990e6b771eb1fc0ce7bc5d49211 /src/rtl_tcp.c
parent589e96e8d8e40e84061bca07474787bfd3f505eb (diff)
#include <math.h> was not needed.
Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src/rtl_tcp.c')
-rw-r--r--src/rtl_tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rtl_tcp.c b/src/rtl_tcp.c
index 3cea790..7cfd524 100644
--- a/src/rtl_tcp.c
+++ b/src/rtl_tcp.c
@@ -22,7 +22,6 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#include <math.h>
#ifndef _WIN32
#include <unistd.h>