From 9df9bea6c1812fdc03ef8ace29859f0c64d382d2 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 26 Apr 2018 14:43:12 -0700 Subject: lib: Purge some use of boost::system_time These are all timeout loops, which now use std::chrono::steady_clock::now() to check for timeout events. --- host/lib/usrp/b200/b200_impl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'host/lib/usrp/b200/b200_impl.cpp') diff --git a/host/lib/usrp/b200/b200_impl.cpp b/host/lib/usrp/b200/b200_impl.cpp index a91bccf94..82f9fbff0 100644 --- a/host/lib/usrp/b200/b200_impl.cpp +++ b/host/lib/usrp/b200/b200_impl.cpp @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3