From d4eaee390db2fefd4564b6054d8d066c437d8cff Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 6 Apr 2018 11:36:04 -0700 Subject: lib: move atomic.hpp and system_time.hpp to uhdlib --- host/lib/transport/nirio_zero_copy.cpp | 2 +- host/lib/transport/tcp_zero_copy.cpp | 2 +- host/lib/transport/udp_zero_copy.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'host/lib/transport') diff --git a/host/lib/transport/nirio_zero_copy.cpp b/host/lib/transport/nirio_zero_copy.cpp index 6ef83ee83..418e78d09 100644 --- a/host/lib/transport/nirio_zero_copy.cpp +++ b/host/lib/transport/nirio_zero_copy.cpp @@ -10,7 +10,7 @@ #include #include -#include +#include #include #include #include diff --git a/host/lib/transport/tcp_zero_copy.cpp b/host/lib/transport/tcp_zero_copy.cpp index 5a5937c13..ddbc6b786 100644 --- a/host/lib/transport/tcp_zero_copy.cpp +++ b/host/lib/transport/tcp_zero_copy.cpp @@ -10,7 +10,7 @@ #include #include -#include +#include #include #include #include //sleep diff --git a/host/lib/transport/udp_zero_copy.cpp b/host/lib/transport/udp_zero_copy.cpp index de1405a38..dc87d7e4c 100644 --- a/host/lib/transport/udp_zero_copy.cpp +++ b/host/lib/transport/udp_zero_copy.cpp @@ -11,7 +11,7 @@ #include #include -#include +#include #include #include #include //sleep -- cgit v1.2.3