diff options
author | Moritz Fischer <moritz@ettus.com> | 2014-03-23 20:27:19 +0100 |
---|---|---|
committer | Moritz Fischer <moritz@ettus.com> | 2014-03-23 20:27:19 +0100 |
commit | c1222d751a68a54783145a35c3cb43f750f1a5f8 (patch) | |
tree | 56d70daf5c09fc96d96408e0c0c49229106787f8 /host/lib/usrp | |
parent | e1c329059d7dc6a1521a33bde8aab62606df1b17 (diff) | |
download | uhd-c1222d751a68a54783145a35c3cb43f750f1a5f8.tar.gz uhd-c1222d751a68a54783145a35c3cb43f750f1a5f8.tar.bz2 uhd-c1222d751a68a54783145a35c3cb43f750f1a5f8.zip |
gps: Removed superfluous include.
* This file doesn't need boost::container::vector.
Tested-by: Marcus D. Leech <mleech@ripnet.com>
Signed-off-by: Moritz Fischer <moritz@ettus.com>
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/gps_ctrl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/gps_ctrl.cpp b/host/lib/usrp/gps_ctrl.cpp index c0d44abd5..6f5c75dec 100644 --- a/host/lib/usrp/gps_ctrl.cpp +++ b/host/lib/usrp/gps_ctrl.cpp @@ -30,7 +30,6 @@ #include "boost/tuple/tuple.hpp" #include "boost/foreach.hpp" -#include <boost/container/vector.hpp> using namespace uhd; using namespace boost::gregorian; |