aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_udp.c
diff options
context:
space:
mode:
authorjef <jef@odev-vm-4.es.net>2012-09-28 16:00:14 -0700
committerjef <jef@odev-vm-4.es.net>2012-09-28 16:00:14 -0700
commit98ce496b1b75dcbfd4c21962fa4e5d898bf7930b (patch)
tree0b4c2c568f00fd32153d1d0495fa5638ec03a6f7 /src/iperf_udp.c
parent56a97f9337a8557e68d48a7b5127be2199454dbd (diff)
downloadiperf3-98ce496b1b75dcbfd4c21962fa4e5d898bf7930b.tar.gz
Some changes to the iperf3 API to work with bwctl, mostly having to
do with what defs are in which include file. End result is we now have only one public include file, iperf_api.h.
Diffstat (limited to 'src/iperf_udp.c')
-rw-r--r--src/iperf_udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/iperf_udp.c b/src/iperf_udp.c
index 06809a4..7a6e4d9 100644
--- a/src/iperf_udp.c
+++ b/src/iperf_udp.c
@@ -23,7 +23,6 @@
#include "iperf.h"
#include "iperf_api.h"
#include "iperf_udp.h"
-#include "iperf_error.h"
#include "timer.h"
#include "net.h"